Fix typo.

This commit is contained in:
David Given 2022-08-19 20:03:48 +02:00
parent c37c0e62cc
commit d24c3f8722

View file

@ -16,10 +16,11 @@
.define __sys_gettime
__sys_gettime:
int 3
movb ah, 0x2c
int 0x21
mov ebx, esp
mov ebx, 2(ebx)
mov ebx, 4(ebx)
o16 mov 0(ebx), cx
o16 mov 2(ebx), dx
ret