From e5c3e3c262d0201aefd2837c1ac90fe62eeb2fdc Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Tue, 29 Mar 2005 22:18:13 +0000 Subject: [PATCH] CPU mode enumeration changed --- bochs/cpu/debugstuff.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bochs/cpu/debugstuff.cc b/bochs/cpu/debugstuff.cc index 835c336d8..9a69d9662 100644 --- a/bochs/cpu/debugstuff.cc +++ b/bochs/cpu/debugstuff.cc @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: debugstuff.cc,v 1.35 2005-03-28 18:19:02 sshwarts Exp $ +// $Id: debugstuff.cc,v 1.36 2005-03-29 22:18:13 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (C) 2001 MandrakeSoft S.A. @@ -1000,8 +1000,8 @@ void BX_CPU_C::atexit(void) { static const char *cpu_mode_name[] = { "real mode", - "protected mode", "v8086 mode", + "protected mode", "compatibility mode", "long mode" };