m2 syccall.c

This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-04-30 22:36:19 +02:00 committed by Jan Nieuwenhuizen
parent f3c1d28c97
commit dad2cfb78f
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ __sys_call4 (int sys_call, int one, int two, int three, int four)
asm ("mov____0x8(%ebp),%ebx !-8");
asm ("mov____0x8(%ebp),%ecx !-12");
asm ("mov____0x8(%ebp),%edx !-16");
asm ("mov____0x8(%ebp),%esi !-24");
asm ("mov____0x8(%ebp),%esi !-20");
asm ("int____$0x80");
}