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

inlining

parent 9706b4c3
No related branches found
No related tags found
No related merge requests found
...@@ -8,12 +8,15 @@ extern "C" { ...@@ -8,12 +8,15 @@ extern "C" {
} }
#[cfg(not(feature = "klee_mode"))] #[cfg(not(feature = "klee_mode"))]
#[inline(always)]
pub unsafe fn abort() -> ! { pub unsafe fn abort() -> ! {
loop {} loop {}
} }
#[cfg(not(feature = "klee_mode"))] #[cfg(not(feature = "klee_mode"))]
#[inline(always)]
pub unsafe fn klee_assume(_cond: bool) {} pub unsafe fn klee_assume(_cond: bool) {}
#[cfg(not(feature = "klee_mode"))] #[cfg(not(feature = "klee_mode"))]
#[inline(always)]
pub unsafe fn klee_make_symbolic(_ptr: *mut c_void, _size: usize, _name: *const c_char) {} pub unsafe fn klee_make_symbolic(_ptr: *mut c_void, _size: usize, _name: *const c_char) {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment