Skip to content

Commit 59e9a7e

Browse files
committed
LLVM no longer understands binary literals in inline asm
1 parent 3d99cfc commit 59e9a7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/boot.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ flatdesc:
197197
.byte 0
198198
.byte 0
199199
.byte 0
200-
.byte 0b10010010
201-
.byte 0b11001111
200+
.byte 0x92
201+
.byte 0xcf
202202
.byte 0
203203
gdt_end:
204204

0 commit comments

Comments
 (0)