* interp.c (trap): Implement time.
This commit is contained in:
parent
296bc5686a
commit
554064594b
@ -1,3 +1,7 @@
|
||||
2001-01-24 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* interp.c (trap): Implement time.
|
||||
|
||||
2000-10-24 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* gencode.c (tab): Delimit strings with commas where applicable.
|
||||
|
@ -1102,6 +1102,9 @@ trap (i, regs, memory, maskl, maskw, endianw)
|
||||
strnswap (regs[5], len);
|
||||
break;
|
||||
}
|
||||
case SYS_time:
|
||||
regs[0] = get_now ();
|
||||
break;
|
||||
default:
|
||||
abort ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user