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

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

Issue 12209042: Ensure syscall functions are consistently prefixed with "NaClSys" (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 years, 10 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/nacl_text_pad_test.S
diff --git a/src/trusted/service_runtime/arch/mips/nacl_text_pad_test.S b/src/trusted/service_runtime/arch/mips/nacl_text_pad_test.S
index d39f1092c4d0117a21b997390801577e89cba1fe..12515171226096fed34ebe46f9ac9dff8a5d982a 100644
--- a/src/trusted/service_runtime/arch/mips/nacl_text_pad_test.S
+++ b/src/trusted/service_runtime/arch/mips/nacl_text_pad_test.S
@@ -137,8 +137,8 @@ _start:
nop
addu $a0, $zero, 0
- lui $t9, %hi(NACL_SYSCALL_ADDR(NACL_sys_sysbrk))
- addiu $t9, $t9, %lo(NACL_SYSCALL_ADDR(NACL_sys_sysbrk))
+ lui $t9, %hi(NACL_SYSCALL_ADDR(NACL_sys_brk))
+ addiu $t9, $t9, %lo(NACL_SYSCALL_ADDR(NACL_sys_brk))
nop
nop

Powered by Google App Engine
This is Rietveld 408576698