Skip to content

Commit 1540b43

Browse files
authored
feat: add .code64 directive for 64-bit code section (#22)
1 parent 083d2f7 commit 1540b43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platforms/axplat-x86-pc/src/ap_start.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ ap_start32:
6363
.quad 0x00cf93000000ffff # 0x18: data segment (base=0, limit=0xfffff, type=32bit data read/write, DPL=0, 4k)
6464
.Lap_tmp_gdt_end:
6565

66+
.code64
6667
# 0x7000
6768
.p2align 12
6869
.global ap_end

0 commit comments

Comments
 (0)