syscall insn fix

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1199 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-01-04 01:06:58 +00:00
parent bdfaf503dc
commit 06c2f5066e
4 changed files with 7 additions and 7 deletions

View file

@ -938,7 +938,7 @@ void OPPROTO op_sysexit(void)
#ifdef TARGET_X86_64
void OPPROTO op_syscall(void)
{
helper_syscall();
helper_syscall(PARAM1);
}
void OPPROTO op_sysret(void)