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 c4354e4..ad53a01 100644 --- a/sim/m32c/mem.h +++ b/sim/m32c/mem.h @@ -39,3 +39,5 @@ unsigned long mem_get_si (int address); void mem_get_blk (int address, void *bufptr, int nbytes); int sign_ext (int v, int bits); + +void m32c_sim_restore_console (); |