Remove unused inline asm whitelist
This commit is contained in:
parent
576aa76445
commit
5d2a1daf83
1 changed files with 0 additions and 3 deletions
|
@ -618,9 +618,6 @@ fn trans_stmt<'tcx>(
|
|||
|
||||
crate::trap::trap_unimplemented(fx, "_xgetbv arch intrinsic is not supported");
|
||||
}
|
||||
_ if fx.tcx.symbol_name(fx.instance).name.as_str() == "__rust_probestack" => {
|
||||
crate::trap::trap_unimplemented(fx, "__rust_probestack is not supported");
|
||||
}
|
||||
_ => unimpl!("Inline assembly is not supported"),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue