From: Julian Seward Date: Sat, 22 Jan 2005 11:00:07 +0000 (+0000) Subject: Paranoia in enum. X-Git-Tag: svn/VALGRIND_3_0_1^2~597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=306665bf32b3a358a21826cd0723629d58417f20;p=thirdparty%2Fvalgrind.git Paranoia in enum. git-svn-id: svn://svn.valgrind.org/vex/trunk@737 --- diff --git a/VEX/priv/guest-x86/gdefs.h b/VEX/priv/guest-x86/gdefs.h index deb5e61175..b8b76bc2eb 100644 --- a/VEX/priv/guest-x86/gdefs.h +++ b/VEX/priv/guest-x86/gdefs.h @@ -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 */