Add a comment

This commit is contained in:
Pierre Pronchery 2018-08-22 02:48:50 +02:00
parent 26c8bb115c
commit 59e5334225

View File

@ -52,6 +52,7 @@ _exit:
.global _gettimeofday
.type _gettimeofday, @function
_gettimeofday:
/* FIXME this syscall may differ on different kernels */
mov $0x1a2, %eax
jmp _syscall