|
From: <sv...@va...> - 2005-12-26 19:33:28
|
Author: sewardj
Date: 2005-12-26 19:33:24 +0000 (Mon, 26 Dec 2005)
New Revision: 1512
Log:
Comment-only fix
Modified:
trunk/priv/guest-x86/ghelpers.c
Modified: trunk/priv/guest-x86/ghelpers.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/priv/guest-x86/ghelpers.c 2005-12-24 13:14:11 UTC (rev 1511)
+++ trunk/priv/guest-x86/ghelpers.c 2005-12-26 19:33:24 UTC (rev 1512)
@@ -883,7 +883,7 @@
=20
if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNBE)) {
/* long sub/cmp, then NBE (unsigned greater than)
- --> test src <=3Du dst */
+ --> test src <u dst */
/* Note, args are opposite way round from the usual */
return unop(Iop_1Uto32,
binop(Iop_CmpLT32U,=20
|