mirror of
https://github.com/mii443/qemu.git
synced 2025-08-31 11:29:26 +00:00
added flags computation optimization
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@34 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@ -1000,7 +1000,7 @@ long do_syscall(void *cpu_env, int num, long arg1, long arg2, long arg3,
|
||||
ret = get_errno(setsid());
|
||||
break;
|
||||
case TARGET_NR_sigaction:
|
||||
#if 1
|
||||
#if 0
|
||||
{
|
||||
ret = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user