removed unused variable

This commit is contained in:
Stanislav Shwartsman 2008-01-01 18:01:39 +00:00
parent eee1a9030d
commit f8320c4fe2

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: stack64.cc,v 1.32 2007-12-20 20:58:37 sshwarts Exp $
// $Id: stack64.cc,v 1.33 2008-01-01 18:01:39 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 MandrakeSoft S.A.
@ -114,7 +114,6 @@ void BX_CPU_C::ENTER64_IwIb(bxInstruction_c *i)
{
Bit8u level = i->Ib2();
level &= 0x1F;
Bit64u bytes_to_push = 8 + level*8 + i->Iw();
BX_CPU_THIS_PTR speculative_rsp = 1;
BX_CPU_THIS_PTR prev_rsp = RSP;