aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m32r/cpu.h')
-rw-r--r--sim/m32r/cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/m32r/cpu.h b/sim/m32r/cpu.h
index 563deca..7fa50ce 100644
--- a/sim/m32r/cpu.h
+++ b/sim/m32r/cpu.h
@@ -121,6 +121,8 @@ struct argbuf {
/* These are the baseclass definitions. */
PCADDR addr;
const IDESC *idesc;
+ char trace_p;
+ char profile_p;
/* cpu specific data follows */
union sem semantic;
int written;