mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
import gdb-1999-08-09 snapshot
This commit is contained in:
@ -92,6 +92,15 @@ typedef SCACHE *SEM_PC;
|
||||
#else
|
||||
typedef IADDR SEM_PC;
|
||||
#endif
|
||||
|
||||
/* Kinds of branches. */
|
||||
typedef enum {
|
||||
SEM_BRANCH_UNTAKEN,
|
||||
/* Branch to an uncacheable address (e.g. j reg). */
|
||||
SEM_BRANCH_UNCACHEABLE,
|
||||
/* Branch to a cacheable (fixed) address. */
|
||||
SEM_BRANCH_CACHEABLE
|
||||
} SEM_BRANCH_TYPE;
|
||||
|
||||
/* Virtual insn support. */
|
||||
|
||||
|
Reference in New Issue
Block a user