Fix typo.
This commit is contained in:
parent
c37c0e62cc
commit
d24c3f8722
|
@ -16,10 +16,11 @@
|
||||||
|
|
||||||
.define __sys_gettime
|
.define __sys_gettime
|
||||||
__sys_gettime:
|
__sys_gettime:
|
||||||
|
int 3
|
||||||
movb ah, 0x2c
|
movb ah, 0x2c
|
||||||
int 0x21
|
int 0x21
|
||||||
mov ebx, esp
|
mov ebx, esp
|
||||||
mov ebx, 2(ebx)
|
mov ebx, 4(ebx)
|
||||||
o16 mov 0(ebx), cx
|
o16 mov 0(ebx), cx
|
||||||
o16 mov 2(ebx), dx
|
o16 mov 2(ebx), dx
|
||||||
ret
|
ret
|
||||||
|
|
Loading…
Reference in a new issue