Oops, missed some warnings.

* mem.h (m32c_sim_restore_console): New.
This commit is contained in:
DJ Delorie 2008-06-06 19:26:10 +00:00
parent 3877a1459b
commit 7cc70e5388
5 changed files with 9 additions and 1 deletions

View file

@ -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 ();