Index: src/macro-assembler-arm.h |
=================================================================== |
--- src/macro-assembler-arm.h (revision 542) |
+++ src/macro-assembler-arm.h (working copy) |
@@ -176,7 +176,9 @@ |
// Generate code for checking access rights - used for security checks |
// on access to global objects across environments. The holder register |
// is left untouched, whereas both scratch registers are clobbered. |
- void CheckAccessGlobal(Register holder_reg, Register scratch, Label* miss); |
+ void CheckAccessGlobalProxy(Register holder_reg, |
+ Register scratch, |
+ Label* miss); |
// --------------------------------------------------------------------------- |