summaryrefslogtreecommitdiff
path: root/sim/common/cgen-scache.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/cgen-scache.h')
-rw-r--r--sim/common/cgen-scache.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sim/common/cgen-scache.h b/sim/common/cgen-scache.h
index 7ca4e65c471..b7a20de9915 100644
--- a/sim/common/cgen-scache.h
+++ b/sim/common/cgen-scache.h
@@ -69,10 +69,10 @@ typedef struct cpu_scache {
SCACHE *next_free;
#define CPU_SCACHE_NEXT_FREE(cpu) ((cpu) -> cgen_cpu.scache.next_free)
- /* Address of cti-chain insn, only used by functional semantics,
- not switch form. */
- SCACHE **pbb_br_npc_ptr;
-#define CPU_PBB_BR_NPC_PTR(cpu) ((cpu) -> cgen_cpu.scache.pbb_br_npc_ptr)
+ /* Kind of branch being taken.
+ Only used by functional semantics, not switch form. */
+ SEM_BRANCH_TYPE pbb_br_type;
+#define CPU_PBB_BR_TYPE(cpu) ((cpu) -> cgen_cpu.scache.pbb_br_type)
/* Target's branch address. */
IADDR pbb_br_npc;
#define CPU_PBB_BR_NPC(cpu) ((cpu) -> cgen_cpu.scache.pbb_br_npc)