CPU mode enumeration changed

This commit is contained in:
Stanislav Shwartsman 2005-03-29 22:18:13 +00:00
parent 1514ad6f8e
commit e5c3e3c262

View File

@ -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"
};