Compile fix for new disasm (see SF patch)

This commit is contained in:
Stanislav Shwartsman 2005-11-20 20:33:31 +00:00
parent a664b2008b
commit 48919f6e6d

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: bochs.h,v 1.162 2005-11-12 10:38:51 vruppert Exp $
// $Id: bochs.h,v 1.163 2005-11-20 20:33:31 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2002 MandrakeSoft S.A.
@ -405,6 +405,10 @@ BOCHSAPI extern logfunc_t *genlog;
#define FMT_ADDRX "%08x"
#endif
#if BX_DISASM
# include "disasm/disasm.h"
#endif
#if BX_PROVIDE_CPU_MEMORY==1
# include "cpu/cpu.h"
#endif
@ -428,10 +432,6 @@ int bx_gdbstub_check(unsigned int eip);
#endif
#if BX_DISASM
# include "disasm/disasm.h"
#endif
typedef struct {
bx_bool floppy;
bx_bool keyboard;