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

Unified Diff: src/trusted/service_runtime/arch/mips/tramp_mips.S

Issue 10978045: [MIPS] Use break instruction as NACL_HALT for MIPS. (Closed)
Patch Set: Created 8 years, 3 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/trusted/service_runtime/arch/mips/tramp_mips.S
diff --git a/src/trusted/service_runtime/arch/mips/tramp_mips.S b/src/trusted/service_runtime/arch/mips/tramp_mips.S
index 9ac8ddf631b98a74b1b6c0020994246ab32523da..ac955226b370aa0c9b7953989eed22aa7677a03c 100644
--- a/src/trusted/service_runtime/arch/mips/tramp_mips.S
+++ b/src/trusted/service_runtime/arch/mips/tramp_mips.S
@@ -42,7 +42,7 @@ DEFINE_GLOBAL_HIDDEN_IDENTIFIER(NaCl_trampoline_seg_code):
jalr $t5, $t9
nop
- jr $0 /* NACL_HALT - at the start of the second block of the trampoline */
+ NACL_HALT
.set reorder
DEFINE_GLOBAL_HIDDEN_IDENTIFIER(NaCl_trampoline_seg_end):

Powered by Google App Engine
This is Rietveld 408576698