aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/simops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/v850/simops.c')
-rw-r--r--sim/v850/simops.c3
1 files changed, 3 insertions, 0 deletions
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. */