|
From: <sv...@va...> - 2012-08-25 02:01:52
|
florian 2012-08-25 03:01:25 +0100 (Sat, 25 Aug 2012)
New Revision: 2482
Log:
Comment only change.
Modified files:
trunk/pub/libvex_ir.h
Modified: trunk/pub/libvex_ir.h (+1 -1)
===================================================================
--- trunk/pub/libvex_ir.h 2012-08-24 17:47:27 +01:00 (rev 2481)
+++ trunk/pub/libvex_ir.h 2012-08-25 03:01:25 +01:00 (rev 2482)
@@ -1857,7 +1857,7 @@
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 */
|