]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment only change.
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 25 Aug 2012 02:01:25 +0000 (02:01 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 25 Aug 2012 02:01:25 +0000 (02:01 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2482

VEX/pub/libvex_ir.h

index c6d4689bec4aa9e83f83d40e3d566c738c9d4841..6e30817d6a3729b9a645faee44b5afc57e084996 100644 (file)
@@ -1857,7 +1857,7 @@ typedef
       Ijk_Yield,          /* client is yielding to thread scheduler */
       Ijk_EmWarn,         /* report emulation warning before continuing */
       Ijk_EmFail,         /* emulation critical (FATAL) error; give up */
-      Ijk_NoDecode,       /* next instruction cannot be decoded */
+      Ijk_NoDecode,       /* current instruction cannot be decoded */
       Ijk_MapFail,        /* Vex-provided address translation failed */
       Ijk_TInval,         /* Invalidate translations before continuing. */
       Ijk_NoRedir,        /* Jump to un-redirected guest addr */