Update code for changes in x86_64 0.5.0

This commit is contained in:
Philipp Oppermann
2019-03-09 12:12:28 +01:00
parent eee9d7b899
commit b895f8c745
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ pub extern "C" fn _start() -> ! {
blog_os::interrupts::init_idt();
// invoke a breakpoint exception
x86_64::instructions::int3();
x86_64::instructions::interrupts::int3();
println!("It did not crash!");
loop {}