Forgot a stray CLD instruction lol
This commit is contained in:
parent
f9c0bd3db6
commit
9ef19730e3
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ putpixel:
|
||||||
push ecx
|
push ecx
|
||||||
push edi
|
push edi
|
||||||
|
|
||||||
cld
|
|
||||||
|
|
||||||
; check pixel is in screen
|
; check pixel is in screen
|
||||||
mov ebx, [ebp+12] ;y
|
mov ebx, [ebp+12] ;y
|
||||||
cmp ebx, [mbootinfo.fb_height]
|
cmp ebx, [mbootinfo.fb_height]
|
||||||
|
|
Loading…
Reference in a new issue