Skip to content

Commit

Permalink
Merge pull request #454 from rust-osdev/fix-data-layout
Browse files Browse the repository at this point in the history
Fix data layout in custom target used for testing
  • Loading branch information
phil-opp committed Feb 2, 2024
2 parents 2389bbc + f1a8a98 commit 3eb9c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/x86_64-bare-metal.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"llvm-target": "x86_64-unknown-none",
"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",
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": "64",
Expand Down

0 comments on commit 3eb9c22

Please sign in to comment.