From b9c0e1d9642355fdc234f25411fdcef8c8ee9760 Mon Sep 17 00:00:00 2001 From: David Given Date: Thu, 7 Jun 2018 13:12:15 +0900 Subject: [PATCH] Dummied out some more system calls --- more tests pass. --- plat/linux68k/emu/sim.c | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.34.1