diff options
Diffstat (limited to 'util/x86emu/x86_asm.S')
-rw-r--r-- | util/x86emu/x86_asm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/x86emu/x86_asm.S b/util/x86emu/x86_asm.S index d2332857c6..c41e39dc18 100644 --- a/util/x86emu/x86_asm.S +++ b/util/x86emu/x86_asm.S @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ -#define REALMODE_BASE 0x500 +#define REALMODE_BASE 0x600 #define RELOCATED(x) (x - __realmode_code + REALMODE_BASE) /* CR0 bits */ |