Revision 47b01cf3 cris-dis.c

b/cris-dis.c
18 18
   You should have received a copy of the GNU General Public License
19 19
   along with this program; if not, see <http://www.gnu.org/licenses/>. */
20 20

  
21
#include "qemu-common.h"
21 22
#include "dis-asm.h"
22 23
//#include "sysdep.h"
23 24
#include "target-cris/opcode-cris.h"
24 25
//#include "libiberty.h"
25

26

  
27
void *qemu_malloc(size_t len); /* can't include qemu-common.h here */
28 26

  
29 27
#define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
30 28

  

Also available in: Unified diff