Skip to content

Commit c9e846f

Browse files
committed
Changes some llvm_asm to asm macro
1 parent f385de6 commit c9e846f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mythril/src/time.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ pub fn busy_wait(duration: core::time::Duration) {
384384
while now() < start + duration {
385385
unsafe {
386386
// Relax the cpu
387-
//llvm_asm!("rep; nop" ::: "memory");
388387
asm!("rep", "nop");
389388
}
390389
}

0 commit comments

Comments
 (0)