mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
fix the comments
This commit is contained in:
parent
970e7bfcda
commit
47f946cd65
|
@ -5,9 +5,9 @@
|
|||
#define arg2l esi
|
||||
#define arg3 rdx
|
||||
#define arg3l edx
|
||||
#define arg4 rcx
|
||||
#define arg4 rcx /* clobbered by syscall */
|
||||
#define arg4l ecx
|
||||
#define sys4 r10 # 4th arg to syscall is not in %rcx
|
||||
#define sys4 r10 /* 4th arg to syscall is not in %rcx */
|
||||
#define sys4l r10d
|
||||
#define arg5 r8
|
||||
#define arg5l r8d
|
||||
|
|
Loading…
Reference in New Issue
Block a user