From: Julian Seward Date: Mon, 2 Sep 2013 13:17:49 +0000 (+0000) Subject: Comment-only change. X-Git-Tag: svn/VALGRIND_3_9_0^2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a907d07608214383807337ff4c57bdfbe49cd870;p=thirdparty%2Fvalgrind.git Comment-only change. git-svn-id: svn://svn.valgrind.org/vex/trunk@2748 --- diff --git a/VEX/priv/host_amd64_isel.c b/VEX/priv/host_amd64_isel.c index 3eff9100c4..ec015839c5 100644 --- a/VEX/priv/host_amd64_isel.c +++ b/VEX/priv/host_amd64_isel.c @@ -4476,9 +4476,9 @@ static void iselStmt ( ISelEnv* env, IRStmt* stmt ) return; } case Ity_V128: { - /* The returned value is on the stack, and *retloc tells - us where. Fish it off the stack and then move the - stack pointer upwards to clear it, as directed by + /* The returned value is on the stack, and rloc.spOff + tells us where. Fish it off the stack and then move + the stack pointer upwards to clear it, as directed by doHelperCall. */ vassert(rloc.pri == RLPri_V128SpRel); vassert(addToSp >= 16);