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

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

Issue 11016003: [MIPS] Use break instruction as NACL_HALT for MIPS. (Closed) Base URL: http://src.chromium.org/native_client/trunk/src/native_client/
Patch Set: Remove extra lines. Created 8 years, 2 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
« no previous file with comments | « src/trusted/service_runtime/arch/mips/sel_ldr_mips.h ('k') | src/trusted/service_runtime/nacl_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « src/trusted/service_runtime/arch/mips/sel_ldr_mips.h ('k') | src/trusted/service_runtime/nacl_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698