This commit is contained in:
Stanislav Shwartsman 2010-03-02 06:49:41 +00:00
parent d639cd88be
commit d36e6d78e7

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: mmx.cc,v 1.94 2010-03-01 18:53:53 sshwarts Exp $
// $Id: mmx.cc,v 1.95 2010-03-02 06:49:41 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2002-2009 Stanislav Shwartsman
@ -1109,7 +1109,7 @@ void BX_CPP_AttrRegparmN(1) BX_CPU_C::PCMPEQD_PqQq(bxInstruction_c *i)
/* 0F 77 */
void BX_CPP_AttrRegparmN(1) BX_CPU_C::EMMS(bxInstruction_c *i)
{
#if BX_SUPPORT_3DNOW
#if BX_CPU_LEVEL >= 5
BX_CPU_THIS_PTR prepareMMX();
FPU_TAG_WORD = 0xffff;
FPU_TOS = 0; /* reset FPU Top-Of-Stack */