Skip to content

Commit 3eb9c22

Browse files
authored
Merge pull request #454 from rust-osdev/fix-data-layout
Fix data layout in custom target used for testing
2 parents 2389bbc + f1a8a98 commit 3eb9c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/x86_64-bare-metal.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"llvm-target": "x86_64-unknown-none",
3-
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
3+
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
44
"arch": "x86_64",
55
"target-endian": "little",
66
"target-pointer-width": "64",

0 commit comments

Comments
 (0)