diff --git a/src/framebuffer.asm b/src/framebuffer.asm index 9c215a4..5204798 100644 --- a/src/framebuffer.asm +++ b/src/framebuffer.asm @@ -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]