Skip to content

Commit 3687496

Browse files
committed
Fix warnings about panic field in target json file
1 parent 1a1cebb commit 3687496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x86_64-bootloader.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"os": "none",
1717
"features": "-mmx,-sse,+soft-float",
1818
"disable-redzone": true,
19-
"panic": "abort",
19+
"panic-strategy": "abort",
2020
"executables": true,
2121
"relocation_model": "static"
2222
}

0 commit comments

Comments
 (0)