hardware cursor depth = 15 fix

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@906 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-06-06 16:06:33 +00:00
parent de9258a87f
commit 1cc98a5f04
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ void glue(vga_draw_cursor_line_, DEPTH)(uint8_t *d1,
#else
#error unsupported depth
#endif
d += (DEPTH / 8);
d += BPP;
}
}
#endif