Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #24 from est31/master
Browse files Browse the repository at this point in the history
Use the new panic_fmt abi
  • Loading branch information
japaric authored Jul 4, 2017
2 parents 91c9906 + 5d60591 commit d0cf9f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lang_items.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ unsafe extern "C" fn panic_fmt(
_: ::core::fmt::Arguments,
_: &'static str,
_: u32,
_: u32,
) -> ! {
::core::intrinsics::abort()
}
Expand Down

0 comments on commit d0cf9f7

Please sign in to comment.