Skip to content

Commit 48066d7

Browse files
authored
Merge pull request #227 from rust-osdev/v0.9-stable-asm
Remove the `asm` and `global_asm` features, which are now stable
2 parents 1b4fc93 + 807583a commit 48066d7

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Diff for: src/main.rs

-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#![feature(lang_items)]
2-
#![feature(global_asm)]
3-
#![feature(asm)]
41
#![no_std]
52
#![no_main]
63

@@ -380,12 +377,6 @@ pub fn panic(info: &PanicInfo) -> ! {
380377
loop {}
381378
}
382379

383-
#[lang = "eh_personality"]
384-
#[no_mangle]
385-
pub extern "C" fn eh_personality() {
386-
loop {}
387-
}
388-
389380
#[no_mangle]
390381
pub extern "C" fn _Unwind_Resume() {
391382
loop {}

Diff for: test-kernel/Cargo.lock

+13-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)