Gate QEMU functions behind testing features

At least for now, it's not used anywhere else.
This commit is contained in:
Berkus Decker 2020-10-14 03:20:59 +03:00
parent 408857fcb6
commit 458aba6652
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
pub mod semihosting {
#[cfg(test)]
pub fn exit_success() {
use qemu_exit::QEMUExit;