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

Unified Diff: src/trusted/service_runtime/arch/arm/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
« no previous file with comments | « no previous file | src/trusted/service_runtime/arch/mips/nacl_text_pad_test.S » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/arch/arm/nacl_text_pad_test.S
diff --git a/src/trusted/service_runtime/arch/arm/nacl_text_pad_test.S b/src/trusted/service_runtime/arch/arm/nacl_text_pad_test.S
index ff0b9c6b4571c20bc181b2c6e36ac48a5cf08ca4..8b12e0060256bd893fe6848b7e535a59e84ea0b9 100644
--- a/src/trusted/service_runtime/arch/arm/nacl_text_pad_test.S
+++ b/src/trusted/service_runtime/arch/arm/nacl_text_pad_test.S
@@ -144,8 +144,8 @@ _start:
bl write_char
mov r0, #0
- movw r3, lower_16(NACL_SYSCALL_ADDR(NACL_sys_sysbrk))
- movt r3, upper_16(NACL_SYSCALL_ADDR(NACL_sys_sysbrk))
+ movw r3, lower_16(NACL_SYSCALL_ADDR(NACL_sys_brk))
+ movt r3, upper_16(NACL_SYSCALL_ADDR(NACL_sys_brk))
nop
nop
« no previous file with comments | « no previous file | src/trusted/service_runtime/arch/mips/nacl_text_pad_test.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698