Fixed compilation error

This commit is contained in:
Stanislav Shwartsman 2003-05-23 08:49:55 +00:00
parent 7edc0948b7
commit 39ab1d18ac

View File

@ -18,12 +18,12 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
#if BX_SUPPORT_3DNOW
#define NEED_CPU_REG_SHORTCUTS 1
#include "bochs.h"
#define LOG_THIS BX_CPU_THIS_PTR
#if BX_SUPPORT_3DNOW
void BX_CPU_C::PFPNACC_PqQq(bxInstruction_c *i)
{
BX_PANIC(("PFPNACC_PqQq: 3DNow! instruction still not implemented"));