Skip to content

Commit

Permalink
Fix data layout for x86_64-bootloader target
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Jan 28, 2024
1 parent 38c11a6 commit 0d5048e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x86_64-bootloader.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"llvm-target": "x86_64-unknown-none-gnu",
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
"linker-flavor": "ld.lld",
"linker": "rust-lld",
"pre-link-args": {
Expand Down

0 comments on commit 0d5048e

Please sign in to comment.