提交 1cc98a5f 编写于 作者: B bellard

hardware cursor depth = 15 fix


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@906 c046a42c-6fe2-441c-8c8c-71466251a162
上级 de9258a8
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册