struct alt_group { /* * Pointer from a replacement group to the original group. NULL if it * *is* the original group.
*/ struct alt_group *orig_group;
/* First and last instructions in the group */ struct instruction *first_insn, *last_insn, *nop;
/* * Byte-offset-addressed len-sized array of pointers to CFI structs. * This is shared with the other alt_groups in the same alternative.
*/ struct cfi_state **cfi;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.