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

Unified Diff: src/trusted/service_runtime/arch/x86_32/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_32/nacl_text_pad_test.S
diff --git a/src/trusted/service_runtime/arch/x86_32/nacl_text_pad_test.S b/src/trusted/service_runtime/arch/x86_32/nacl_text_pad_test.S
index b82ff335fac77885a633916419352dfa98bf98f8..501040f2dd4fd39787ea2294fe7a6c8073159789 100644
--- a/src/trusted/service_runtime/arch/x86_32/nacl_text_pad_test.S
+++ b/src/trusted/service_runtime/arch/x86_32/nacl_text_pad_test.S
@@ -139,7 +139,7 @@ _start:
addl $8, %esp
pushl $0
- call NACL_SYSCALL_ADDR(NACL_sys_sysbrk)
+ call NACL_SYSCALL_ADDR(NACL_sys_brk)
addl $4, %esp
xorl %edi, %edi /* edi holds our eventual exit status */

Powered by Google App Engine
This is Rietveld 408576698