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

Method write_sreg

objdiff-core/src/arch/arm.rs:610–610  ·  view source on GitHub ↗
(&mut self, sreg: unarm::Sreg)

Source from the content-addressed store, hash-verified

608 }
609
610 fn write_sreg(&mut self, sreg: unarm::Sreg) -> core::fmt::Result { self.write_opaque(sreg) }
611
612 fn write_dreg(&mut self, dreg: unarm::Dreg) -> core::fmt::Result { self.write_opaque(dreg) }
613

Callers

nothing calls this directly

Calls 1

write_opaqueMethod · 0.80

Tested by

no test coverage detected