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:
bellard 2003-03-19 00:00:28 +00:00
parent ca735206e0
commit dc99065b5f
13 changed files with 3767 additions and 88 deletions

View file

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