From: Florian Krohm Date: Sat, 25 Aug 2012 02:01:25 +0000 (+0000) Subject: Comment only change. X-Git-Tag: svn/VALGRIND_3_9_0^2~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d7190b5c8387ad923fe3b6fcd8f1611815e7f7d;p=thirdparty%2Fvalgrind.git Comment only change. git-svn-id: svn://svn.valgrind.org/vex/trunk@2482 --- diff --git a/VEX/pub/libvex_ir.h b/VEX/pub/libvex_ir.h index c6d4689bec..6e30817d6a 100644 --- a/VEX/pub/libvex_ir.h +++ b/VEX/pub/libvex_ir.h @@ -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 */