mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 10:50:28 +00:00
[metal] Bug fix: ensure _rlinit_vesa's data is 16-bit addressable
This commit is contained in:
parent
15276ad002
commit
39df325c4d
1 changed files with 2 additions and 1 deletions
|
@ -582,7 +582,6 @@ _rlinit_vesa:
|
|||
mov $'\n',%al
|
||||
jmp .putc
|
||||
.endfn .putnl
|
||||
.previous
|
||||
|
||||
str.inform:
|
||||
#define SHGLYPH "\x7f"
|
||||
|
@ -629,3 +628,5 @@ str.mode_list_start:
|
|||
.byte PC_VIDEO_RGBX8888,32, 8, 0, 8, 8, 8,16
|
||||
.byte PC_VIDEO_BGRX8888,32, 8,16, 8, 8, 8, 0
|
||||
.type_list_end:
|
||||
|
||||
.previous
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue