Index: src/arm/virtual-frame-arm.h |
=================================================================== |
--- src/arm/virtual-frame-arm.h (revision 1964) |
+++ src/arm/virtual-frame-arm.h (working copy) |
@@ -181,7 +181,7 @@ |
// Set a frame element to a constant. The index is frame-top relative. |
void SetElementAt(int index, Handle<Object> value) { |
- Result temp(value, cgen_); |
+ Result temp(value); |
SetElementAt(index, &temp); |
} |