Add a comment
This commit is contained in:
parent
26c8bb115c
commit
59e5334225
|
@ -52,6 +52,7 @@ _exit:
|
||||||
.global _gettimeofday
|
.global _gettimeofday
|
||||||
.type _gettimeofday, @function
|
.type _gettimeofday, @function
|
||||||
_gettimeofday:
|
_gettimeofday:
|
||||||
|
/* FIXME this syscall may differ on different kernels */
|
||||||
mov $0x1a2, %eax
|
mov $0x1a2, %eax
|
||||||
jmp _syscall
|
jmp _syscall
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user