diff --git a/bochs/bochs.h b/bochs/bochs.h index 8c60a5349..c9dcad067 100644 --- a/bochs/bochs.h +++ b/bochs/bochs.h @@ -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;