diff options
Diffstat (limited to 'sim/m32r/cpux.h')
-rw-r--r-- | sim/m32r/cpux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/m32r/cpux.h b/sim/m32r/cpux.h index c3dcf6f..8b0ff49 100644 --- a/sim/m32r/cpux.h +++ b/sim/m32r/cpux.h @@ -117,6 +117,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; |