Just shut up the warning.

See above.
This commit is contained in:
TC1995 2024-04-26 23:59:17 +02:00
parent dd58fbfca1
commit 4325c78fa8

View file

@ -2441,7 +2441,7 @@ xga_hwcursor_draw(svga_t *svga, int displine)
if (xga->interlace && xga->hwcursor_oddeven)
xga->hwcursor_latch.addr += 16;
for (uint8_t x = 0; x < xga->hwcursor_latch.cur_xsize; x++) {
for (int x = 0; x < xga->hwcursor_latch.cur_xsize; x++) {
dat = cd[xga->hwcursor_latch.addr & 0x3ff];
comb = (dat >> ((x & 0x03) << 1)) & 0x03;