MCPcopy Index your code
hub / github.com/encounter/objdiff / write_co_reg

Method write_co_reg

objdiff-core/src/arch/arm.rs:598–600  ·  view source on GitHub ↗
(&mut self, co_reg: unarm::CoReg)

Source from the content-addressed store, hash-verified

596 }
597
598 fn write_co_reg(&mut self, co_reg: unarm::CoReg) -> core::fmt::Result {
599 self.write_opaque(co_reg)
600 }
601
602 fn write_aif_flags(&mut self, aif_flags: unarm::AifFlags) -> core::fmt::Result {
603 self.write_opaque(aif_flags)

Callers

nothing calls this directly

Calls 1

write_opaqueMethod · 0.80

Tested by

no test coverage detected