Skip to content

Commit d7ff4d1

Browse files
authored
Merge pull request #413 from rust-osdev/fix-data-model
Fix data layout for stage 3 target
2 parents 751585c + 0dce7e0 commit d7ff4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i686-stage-3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"arch": "x86",
33
"cpu": "i386",
4-
"data-layout": "e-m:e-i32:32-f80:128-n8:16:32-S128-p:32:32",
4+
"data-layout": "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-f64:32:64-f80:32-n8:16:32-S128",
55
"dynamic-linking": false,
66
"executables": true,
77
"linker-flavor": "ld.lld",

0 commit comments

Comments
 (0)