Revision: 16656
Author: [email protected]
Date: Wed Sep 11 14:15:18 2013 UTC
Log: MIPS: thread isolate for EntryHookTrampoline.
Port r16630 (e045054)
BUG=
[email protected]
Review URL: https://codereview.chromium.org/23503050
Patch from Balazs Kilvady <[email protected]>.
http://code.google.com/p/v8/source/detail?r=16656
Modified:
/branches/bleeding_edge/src/mips/code-stubs-mips.cc
=======================================
--- /branches/bleeding_edge/src/mips/code-stubs-mips.cc Wed Sep 11 13:34:07
2013 UTC
+++ /branches/bleeding_edge/src/mips/code-stubs-mips.cc Wed Sep 11 14:15:18
2013 UTC
@@ -6961,6 +6961,9 @@
#else
// Under the simulator we need to indirect the entry hook through a
// trampoline function at a known address.
+ // It additionally takes an isolate as a third parameter.
+ __ li(a2, Operand(ExternalReference::isolate_address(masm->isolate())));
+
ApiFunction dispatcher(FUNCTION_ADDR(EntryHookTrampoline));
__ li(at, Operand(ExternalReference(&dispatcher,
ExternalReference::BUILTIN_CALL,
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.