pub unsafe extern "C" fn qcode_jit_store(
memory: *mut VmMemory,
addr: u64,
size: u32,
value: u64,
) -> u32Expand description
Performs a guest RAM write that compiled code could not do inline.
ยงSafety
As qcode_jit_load, and size must be at most 8.