[Bochs-developers] [PATCH] avoid RCX without BX_SUPPORT_X86_64

This commit is contained in:
Stanislav Shwartsman 2007-09-27 16:11:32 +00:00
parent 476baaf1d8
commit deb79e9675
3 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: cpuid.cc,v 1.47 2007-09-20 17:33:31 sshwarts Exp $
// $Id: cpuid.cc,v 1.48 2007-09-27 16:11:32 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 MandrakeSoft S.A.
@ -300,8 +300,8 @@ void BX_CPU_C::CPUID(bxInstruction_c *i)
// [13:13] CMPXCHG16B: CMPXCHG16B instruction support
// [14:14] xTPR update control
// [18:15] reserved
// [19:19] SSE4: SSE4 Instructions
// [20:20] SSE4E: SSE4E Instructions
// [19:19] SSE4.1: SSE4.1 Instructions
// [20:20] SSE4.2: SSE4.2 (SSE4E) Instructions
// [31:21] reserved
// EDX: Feature Flags
// [0:0] FPU on chip

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: io.cc,v 1.39 2007-09-25 16:11:32 sshwarts Exp $
// $Id: io.cc,v 1.40 2007-09-27 16:11:32 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 MandrakeSoft S.A.
@ -37,6 +37,7 @@
#define RDI EDI
#define RSI ESI
#define RAX EAX
#define RCX ECX
#endif
//

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: string.cc,v 1.38 2007-09-25 16:11:32 sshwarts Exp $
// $Id: string.cc,v 1.39 2007-09-27 16:11:32 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 MandrakeSoft S.A.
@ -36,6 +36,7 @@
#define RSI ESI
#define RDI EDI
#define RAX EAX
#define RCX ECX
#endif
//