From: Julian Seward Date: Thu, 7 Apr 2005 02:02:23 +0000 (+0000) Subject: Fix comment. X-Git-Tag: svn/VALGRIND_3_0_1^2~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7274d5df96ea64d02967de91b7df7f1fc0eb238;p=thirdparty%2Fvalgrind.git Fix comment. git-svn-id: svn://svn.valgrind.org/vex/trunk@1128 --- diff --git a/VEX/priv/host-amd64/hdefs.h b/VEX/priv/host-amd64/hdefs.h index b721f03fbf..9f1854c7c6 100644 --- a/VEX/priv/host-amd64/hdefs.h +++ b/VEX/priv/host-amd64/hdefs.h @@ -369,7 +369,7 @@ typedef Ain_MovZLQ, /* reg-reg move, zeroing out top half */ Ain_LoadEX, /* mov{s,z}{b,w,l}q from mem to reg */ Ain_Store, /* store 32/16/8 bit value in memory */ - Ain_Set64, /* convert condition code to 32-bit value */ + Ain_Set64, /* convert condition code to 64-bit value */ Ain_Bsfr64, /* 64-bit bsf/bsr */ Ain_MFence, /* mem fence */ //..