From: Julian Seward Date: Wed, 10 Nov 2004 12:09:42 +0000 (+0000) Subject: Comment change only. X-Git-Tag: svn/VALGRIND_3_0_1^2~799 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5fa56868b3fb77313c88688fefa5707d8a968648;p=thirdparty%2Fvalgrind.git Comment change only. git-svn-id: svn://svn.valgrind.org/vex/trunk@535 --- diff --git a/VEX/pub/libvex_ir.h b/VEX/pub/libvex_ir.h index 8484f838da..ee99084109 100644 --- a/VEX/pub/libvex_ir.h +++ b/VEX/pub/libvex_ir.h @@ -544,7 +544,7 @@ typedef Bool needsBBP; /* True => also pass guest state ptr to callee */ Int nFxState; /* must be 0 .. VEX_N_FXSTATE */ struct { - IREffect fx; /* read, write or modify? */ + IREffect fx; /* read, write or modify? Ifx_None is invalid. */ Int offset; Int size; } fxState[VEX_N_FXSTATE];