Skip to content

Commit bcc19f0

Browse files
fix: remove duplicate object key (#45)
Co-authored-by: GZTime <[email protected]>
1 parent a2bc8ed commit bcc19f0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/labs/0x01/tasks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"disable-redzone": true,
4949
"features": "-mmx,-sse,+soft-float",
5050
"rustc-abi": "x86-softfloat",
51-
"panic-strategy": "abort",
5251
"pre-link-args": {
5352
"ld.lld": ["-Tpkg/kernel/config/kernel.ld", "-export-dynamic"]
5453
}

src/0x01/pkg/kernel/config/x86_64-unknown-none.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"disable-redzone": true,
1414
"features": "-mmx,-sse,+soft-float",
1515
"rustc-abi": "x86-softfloat",
16-
"panic-strategy": "abort",
1716
"pre-link-args": {
1817
"ld.lld": ["-Tpkg/kernel/config/kernel.ld", "-export-dynamic"]
1918
}

0 commit comments

Comments
 (0)