mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
Fix panic in when debug assertions are enabled
This commit is contained in:
@@ -62,6 +62,7 @@ pub(crate) fn codegen_cpuid_call<'tcx>(
|
||||
crate::trap::trap_unreachable(fx, "__cpuid_count arch intrinsic doesn't yet support specified leaf");
|
||||
|
||||
fx.bcx.switch_to_block(dest);
|
||||
fx.bcx.ins().nop();
|
||||
|
||||
(eax, ebx, ecx, edx)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user