mirror of
https://github.com/mborgerson/xemu.git
synced 2026-02-17 09:55:31 +00:00
"if (tcg_enabled())" allows elision of the code inside it; we only need the prototype to exist, so that the code compile even for the --disable-tcg case. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>