Static moras::simulator::instruction::INST_HANDLER_MAP

source ยท
pub(super) static INST_HANDLER_MAP: Lazy<EnumMap<RV32IInstruction, fn(_: InstHandlerArg<'_>) -> Result<SimulatorStatus, String>>>