Skip to content
Snippets Groups Projects
Commit 65d8dfe1 authored by Per Lindgren's avatar Per Lindgren
Browse files

inline always

parent 3b0c897f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
#[cfg(not(test))] // avoid warning duplicate lang-item
#[panic_handler]
#[inline(never)]
#[inline(always)]
fn panic(_info: &core::panic::PanicInfo) -> ! {
// abort symbol caught by LLVM-KLEE
unsafe { abort() }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment