]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix test for amd64.
authorTom Hughes <tom@compton.nu>
Mon, 16 May 2005 23:16:25 +0000 (23:16 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 16 May 2005 23:16:25 +0000 (23:16 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3750

coregrind/core.h

index 824ac7d6c8360081dcb6ad744d003d85843d9ad2..5a3503f812b9325378f785018a9e6ae7adaead3a 100644 (file)
@@ -303,7 +303,7 @@ typedef
 
 #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;