[metal] Bug fix: ensure _rlinit_vesa's data is 16-bit addressable

This commit is contained in:
tkchia 2022-10-16 20:04:00 +00:00
parent 15276ad002
commit 39df325c4d

View file

@ -582,7 +582,6 @@ _rlinit_vesa:
mov $'\n',%al mov $'\n',%al
jmp .putc jmp .putc
.endfn .putnl .endfn .putnl
.previous
str.inform: str.inform:
#define SHGLYPH "\x7f" #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_RGBX8888,32, 8, 0, 8, 8, 8,16
.byte PC_VIDEO_BGRX8888,32, 8,16, 8, 8, 8, 0 .byte PC_VIDEO_BGRX8888,32, 8,16, 8, 8, 8, 0
.type_list_end: .type_list_end:
.previous