|
From: <sv...@va...> - 2005-05-16 23:17:26
|
Author: tom
Date: 2005-05-17 00:16:25 +0100 (Tue, 17 May 2005)
New Revision: 3750
Modified:
trunk/coregrind/core.h
Log:
Fix test for amd64.
Modified: trunk/coregrind/core.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/core.h 2005-05-16 21:39:23 UTC (rev 3749)
+++ trunk/coregrind/core.h 2005-05-16 23:16:25 UTC (rev 3750)
@@ -303,7 +303,7 @@
=20
#if defined(VGA_x86)
typedef VexGuestX86State VexGuestArchState;
-#elif defined(VGA_x86)
+#elif defined(VGA_amd64)
typedef VexGuestAMD64State VexGuestArchState;
#elif defined(VGA_arm)
typedef VexGuestARMState VexGuestArchState;
|