update for instrumentation

This commit is contained in:
Stanislav Shwartsman 2009-10-10 09:17:53 +00:00
parent 69c57a4ede
commit 3a558cbfee

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: fetchdecode.cc,v 1.228 2009-08-22 11:47:42 sshwarts Exp $
// $Id: fetchdecode.cc,v 1.229 2009-10-10 09:17:53 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 MandrakeSoft S.A.
@ -190,6 +190,15 @@ bxIAOpcodeTable BxOpcodesTable[] = {
};
#undef bx_define_opcode
#if BX_INSTRUMENTATION
const char* BxOpcodeNamesTable[BX_IA_LAST] =
{
#define bx_define_opcode(a, b, c) #a,
#include "ia_opcodes.h"
};
#undef bx_define_opcode
#endif
/* ************************** */
/* 512 entries for 16bit mode */
/* 512 entries for 32bit mode */