|
From: <sv...@va...> - 2013-09-02 13:18:01
|
sewardj 2013-09-02 13:17:49 +0000 (Mon, 02 Sep 2013)
New Revision: 2748
Log:
Comment-only change.
Modified files:
trunk/priv/host_amd64_isel.c
Modified: trunk/priv/host_amd64_isel.c (+3 -3)
===================================================================
--- trunk/priv/host_amd64_isel.c 2013-09-01 20:17:23 +00:00 (rev 2747)
+++ trunk/priv/host_amd64_isel.c 2013-09-02 13:17:49 +00:00 (rev 2748)
@@ -4476,9 +4476,9 @@
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);
|