1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

fix the comments

This commit is contained in:
John Reiser 2006-10-01 14:25:14 -07:00
parent 970e7bfcda
commit 47f946cd65

View File

@ -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