diff options
Diffstat (limited to 'sim/m32c/mem.h')
-rw-r--r-- | sim/m32c/mem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/m32c/mem.h b/sim/m32c/mem.h index ad53a01..52ad2d6 100644 --- a/sim/m32c/mem.h +++ b/sim/m32c/mem.h @@ -41,3 +41,5 @@ void mem_get_blk (int address, void *bufptr, int nbytes); int sign_ext (int v, int bits); void m32c_sim_restore_console (); + +extern int m32c_use_raw_console; |