Forgot a stray CLD instruction lol

This commit is contained in:
Jarkko Toivanen 2023-09-08 12:03:52 +03:00
parent f9c0bd3db6
commit 9ef19730e3
Signed by: jt
GPG Key ID: 9151B109B73ECAD5
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ putpixel:
push ecx
push edi
cld
; check pixel is in screen
mov ebx, [ebp+12] ;y
cmp ebx, [mbootinfo.fb_height]