Gate QEMU functions behind testing features
At least for now, it's not used anywhere else.
This commit is contained in:
parent
408857fcb6
commit
458aba6652
|
@ -1,4 +1,5 @@
|
|||
pub mod semihosting {
|
||||
#[cfg(test)]
|
||||
pub fn exit_success() {
|
||||
use qemu_exit::QEMUExit;
|
||||
|
||||
|
|
Loading…
Reference in New Issue