Index: runtime/vm/instructions_x64_test.cc |
=================================================================== |
--- runtime/vm/instructions_x64_test.cc (revision 29988) |
+++ runtime/vm/instructions_x64_test.cc (working copy) |
@@ -31,7 +31,7 @@ |
__ EnterDartFrame(0); // 20 bytes |
Ivan Posva
2013/11/07 22:11:58
ditto
siva
2013/11/07 23:08:19
Done.
|
__ JmpPatchable(&StubCode::InstanceFunctionLookupLabel(), PP); |
__ JmpPatchable(&StubCode::AllocateArrayLabel(), PP); |
- __ LeaveFrameWithPP(); |
+ __ LeaveDartFrame(); |
__ ret(); |
} |