MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / invalid_reg

Function invalid_reg

icicle-cortexm/src/unicorn_api.rs:149–151  ·  view source on GitHub ↗
(id: c_int)

Source from the content-addressed store, hash-verified

147#[cold]
148#[inline(never)]
149fn invalid_reg(id: c_int) -> ! {
150 panic!("Read to invalid register regid={id}");
151}
152
153#[inline]
154pub unsafe extern "C" fn reg_read(ctx: *mut c_void, regid: c_int, value: *mut c_void) -> uc_err {

Callers 2

reg_readFunction · 0.85
reg_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected