magnify: just show grid
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 41s
Build system / Build (pull_request) Successful in 6m28s

This commit is contained in:
2025-04-03 03:38:59 +03:00
parent 58cf25fe43
commit 296f700f2c

View File

@@ -115,10 +115,10 @@ draw_magnify:
sub edx, [m_y] sub edx, [m_y]
mov ebx, ecx mov ebx, ecx
shl ebx, 3+16 shl ebx, 3+16
mov bl, 8 mov bl, 7
mov ecx, edx mov ecx, edx
shl ecx, 3+16 shl ecx, 3+16
mov cl, 8 mov cl, 7
mov edx, eax mov edx, eax
mcall 13 mcall 13
pop edx ecx pop edx ecx