From: David Given Date: Thu, 7 Jun 2018 04:12:15 +0000 (+0900) Subject: Dummied out some more system calls --- more tests pass. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b9c0e1d9642355fdc234f25411fdcef8c8ee9760;p=ack.git Dummied out some more system calls --- more tests pass. --- diff --git a/plat/linux68k/emu/sim.c b/plat/linux68k/emu/sim.c index 2e084828f..eb7794897 100755 --- a/plat/linux68k/emu/sim.c +++ b/plat/linux68k/emu/sim.c @@ -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;