Skip to content

Commit 405c245

Browse files
committed
oro: fix base address
1 parent ccc2c1e commit 405c245

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oro/aarch64.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PHDRS {
1010
}
1111

1212
SECTIONS {
13-
. = 0x3000000000;
13+
. = 0x30000000000;
1414

1515
.text : {
1616
*(.text .text.*)

oro/x86_64.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PHDRS {
1010
}
1111

1212
SECTIONS {
13-
. = 0x3000000000;
13+
. = 0x30000000000;
1414

1515
.text : {
1616
*(.text .text.*)

0 commit comments

Comments
 (0)