summaryrefslogtreecommitdiff
path: root/newlib/libc/sys/sysvi386/times.s
blob: 007de1e1ef1ab06bad940655a5899baa70c97117 (plain)
1
2
3
4
5
6
7
8
	.globl	_times
	.globl	times
_times:
times:
	movl	$0x2b, %eax
	lcall	$7,$0
	jb	_cerror
	ret