From 48919f6e6d937b4dd3310e1f0d3b8bcaa1ff8711 Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Sun, 20 Nov 2005 20:33:31 +0000 Subject: [PATCH] Compile fix for new disasm (see SF patch) --- bochs/bochs.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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;