Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: src/builtins/mips64/builtins-mips64.cc

Issue 2909893002: [debug] Untangle DebugInfo from break point support (Closed)
Patch Set: Port arm,arm64,ia32 Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/builtins/mips64/builtins-mips64.cc
diff --git a/src/builtins/mips64/builtins-mips64.cc b/src/builtins/mips64/builtins-mips64.cc
index 4d80993952b6f70cd4d54c37c2617bc93cdfe81e..8aa5c88fd9ec0a6b4d47c7bb590d28673a8e8ab0 100644
--- a/src/builtins/mips64/builtins-mips64.cc
+++ b/src/builtins/mips64/builtins-mips64.cc
@@ -1145,7 +1145,7 @@ void Builtins::Generate_InterpreterEntryTrampoline(MacroAssembler* masm) {
// Load debug copy of the bytecode array.
__ bind(&load_debug_bytecode_array);
__ Ld(kInterpreterBytecodeArrayRegister,
- FieldMemOperand(debug_info, DebugInfo::kDebugBytecodeArrayIndex));
+ FieldMemOperand(debug_info, DebugInfo::kDebugBytecodeArrayOffset));
__ Branch(&bytecode_array_loaded);
// If the shared code is no longer this entry trampoline, then the underlying

Powered by Google App Engine
This is Rietveld 408576698