Dummied out some more system calls --- more tests pass.

This commit is contained in:
David Given 2018-06-07 13:12:15 +09:00
parent 2682c125e0
commit b9c0e1d964

View file

@ -251,7 +251,10 @@ static void emulated_syscall(void)
break;
}
case 20: /* getpid */
case 48: /* signal */
case 54: /* ioctl */
case 78: /* gettimeofday */
m68k_set_reg(M68K_REG_D0, 0);
break;