Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153049370
D52005.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
328 B
Referenced Files
None
Subscribers
None
D52005.diff
View Options
diff --git a/sys/arm64/arm64/elf32_machdep.c b/sys/arm64/arm64/elf32_machdep.c
--- a/sys/arm64/arm64/elf32_machdep.c
+++ b/sys/arm64/arm64/elf32_machdep.c
@@ -195,7 +195,7 @@
register_t *ap;
struct syscall_args *sa;
int error, i, nap, narg;
- unsigned int args[4];
+ unsigned int args[6];
nap = 4;
p = td->td_proc;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 19, 8:27 PM (9 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31769310
Default Alt Text
D52005.diff (328 B)
Attached To
Mode
D52005: if the syscall muxes are used, up to two additional argumentsmay be required. This means that the 8 required for mmap increasesup to 10 (for __syscall).
Attached
Detach File
Event Timeline
Log In to Comment