Skip to content
Snippets Groups Projects
Commit f9cdb4ba authored by Carl Österberg's avatar Carl Österberg
Browse files

change from llvm_asm! to asm!

parent 0ee83922
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,10 @@ pub fn klee_assume(_cond: bool) {}
#[inline(always)]
pub fn klee_make_symbolic<T>(t: &mut T) {
// force LLVM to consider data to be mutated
unsafe {
core::arch::asm!("bkpt #3")
}
}
/// terminates path
#[macro_export]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment