]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Paranoia in enum.
authorJulian Seward <jseward@acm.org>
Sat, 22 Jan 2005 11:00:07 +0000 (11:00 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 22 Jan 2005 11:00:07 +0000 (11:00 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@737

VEX/priv/guest-x86/gdefs.h

index deb5e61175b9dff92dea12041d6f2849f4d09cf1..b8b76bc2eb7a29f41a07c6be9b3b2fdc220c4f3c 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004 OpenWorks, LLP.
+   Copyright (C) 2004-2005 OpenWorks, LLP.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -288,7 +288,7 @@ extern void  x86g_dirtyhelper_FXSAVE ( VexGuestX86State*, HWord );
      both results (flags and actual value).
 */
 enum {
-    X86G_CC_OP_COPY,    /* DEP1 = current flags, DEP2 = 0, NDEP = unused */
+    X86G_CC_OP_COPY=0,  /* DEP1 = current flags, DEP2 = 0, NDEP = unused */
                         /* just copy DEP1 to output */
 
     X86G_CC_OP_ADDB,    /* 1 */