Index: src/arm/virtual-frame-arm.h |
=================================================================== |
--- src/arm/virtual-frame-arm.h (revision 4667) |
+++ src/arm/virtual-frame-arm.h (working copy) |
@@ -290,8 +290,8 @@ |
// Result is returned in r0. |
void CallKeyedLoadIC(); |
- // Call keyed store IC. Key and receiver are on the stack and the value is in |
- // r0. Result is returned in r0. |
+ // Call keyed store IC. Value, key and receiver are on the stack. All three |
+ // are consumed. Result is returned in r0. |
void CallKeyedStoreIC(); |
// Call into an IC stub given the number of arguments it removes |