Oops, missed some warnings.
* mem.h (m32c_sim_restore_console): New.
This commit is contained in:
parent
3877a1459b
commit
7cc70e5388
5 changed files with 9 additions and 1 deletions
|
@ -35,6 +35,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#include "mem.h"
|
||||
#include "load.h"
|
||||
#include "syscalls.h"
|
||||
#ifdef TIMER_A
|
||||
#include "timer_a.h"
|
||||
#endif
|
||||
|
||||
/* I don't want to wrap up all the minisim's data structures in an
|
||||
object and pass that around. That'd be a big change, and neither
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue