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

Unified Diff: src/trusted/service_runtime/arch/x86_64/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/x86_64/nacl_text_pad_test.S
diff --git a/src/trusted/service_runtime/arch/x86_64/nacl_text_pad_test.S b/src/trusted/service_runtime/arch/x86_64/nacl_text_pad_test.S
index 57604a4e27d28db7d370e0827f39267e9bca3078..169a307dfee8025dc08ba6d87b271305298f18c8 100644
--- a/src/trusted/service_runtime/arch/x86_64/nacl_text_pad_test.S
+++ b/src/trusted/service_runtime/arch/x86_64/nacl_text_pad_test.S
@@ -128,7 +128,7 @@ _start:
call write_char
movq $0, %rdi
- movq $NACL_SYSCALL_ADDR(NACL_sys_sysbrk), %r10
+ movq $NACL_SYSCALL_ADDR(NACL_sys_brk), %r10
naclcall %r10d,%r15
xorq %r12, %r12 /* r12 holds our eventual exit status */
« no previous file with comments | « src/trusted/service_runtime/arch/x86_32/nacl_text_pad_test.S ('k') | src/trusted/service_runtime/include/bits/nacl_syscalls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698