Cannot build mips simulator on darwin.

Masaki Muranaka  <monaka@monami-software.com>  (tiny change)
        * interp.c: Don't include sysdep.h
This commit is contained in:
Joel Brobecker 2010-01-18 03:30:28 +00:00
parent e58f325669
commit 35aafff4ac
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-01-18 Masaki Muranaka <monaka@monami-software.com> (tiny change)
* interp.c: Don't include sysdep.h
2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure: Regenerate.

View File

@ -64,8 +64,6 @@ code on the hardware.
#include "gdb/callback.h" /* GDB simulator callback interface */
#include "gdb/remote-sim.h" /* GDB simulator interface */
#include "sysdep.h"
#ifndef PARAMS
#define PARAMS(x)
#endif