Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4d97d35

Browse files
authored
Merge pull request #509 from OmegaMetor/main
Fixes the type of target-c-int-width in target jsons.
2 parents 0d4e502 + 0c1125a commit 4d97d35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎i386-code16-boot-sector.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"max-atomic-width": 64,
1111
"position-independent-executables": false,
1212
"disable-redzone": true,
13-
"target-c-int-width": "32",
13+
"target-c-int-width": 32,
1414
"target-pointer-width": "32",
1515
"target-endian": "little",
1616
"panic-strategy": "abort",

‎i386-code16-stage-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"max-atomic-width": 64,
1111
"position-independent-executables": false,
1212
"disable-redzone": true,
13-
"target-c-int-width": "32",
13+
"target-c-int-width": 32,
1414
"target-pointer-width": "32",
1515
"target-endian": "little",
1616
"panic-strategy": "abort",

‎i686-stage-3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"max-atomic-width": 64,
1111
"position-independent-executables": false,
1212
"disable-redzone": true,
13-
"target-c-int-width": "32",
13+
"target-c-int-width": 32,
1414
"target-pointer-width": "32",
1515
"target-endian": "little",
1616
"panic-strategy": "abort",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /