From 6803f89b14a0d92f9012ca37f7069f345ddaca91 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 30 Oct 1996 15:51:39 +0000 Subject: * simops.c (OP_10007E0): Handle SYS_time. Check into devo too. --- sim/v850/simops.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sim/v850/simops.c') diff --git a/sim/v850/simops.c b/sim/v850/simops.c index 0d7e1bc..dc5f836 100644 --- a/sim/v850/simops.c +++ b/sim/v850/simops.c @@ -2083,6 +2083,9 @@ OP_10007E0 () case SYS_chmod: RETVAL = chmod (MEMPTR (PARM1), PARM2); break; + case SYS_time: + RETVAL = time (MEMPTR (PARM1)); + break; case SYS_utime: /* Cast the second argument to void *, to avoid type mismatch if a prototype is present. */ -- cgit v1.1