Skip to content

Commit 67a73f9

Browse files
committed
fix target json
1 parent d9fef65 commit 67a73f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/x86_64-unknown-kernel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"llvm-target": "x86_64-unknown-none",
33
"target-endian": "little",
44
"target-pointer-width": "64",
5-
"target-c-int-width": "32",
5+
"target-c-int-width": 32,
66
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
77
"arch": "x86_64",
88
"os": "none",

0 commit comments

Comments
 (0)