Skip to main content

cpu_exception_hook

Function cpu_exception_hook 

Source
#[unsafe(no_mangle)]
pub extern "C" fn cpu_exception_hook(_interrupt: i32) -> bool
Expand description

Minimal native host callbacks used by the v86 CPU core. Device-specific MMIO/port routing is intentionally represented as a small host surface first; concrete PC devices are added by the outer runtime.