Skip to content

Commit 4e0f31c

Browse files
[libc] changed syscall
1 parent 763c14d commit 4e0f31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/sys/syscall.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ int syscall(int s, uint32_t arg0, uint32_t arg1, uint32_t arg2, uint32_t arg3, u
1212
register long r8 asm ("r8") = arg7;
1313
register long r9 asm ("r9") = arg8;
1414
register long r10 asm ("r10") = arg9;
15-
asm volatile ("trapa #0" :: "r" (0x200));
15+
asm volatile ("trapa #0" :: "r" (32));
1616
return r0;
1717
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy