MCPcopy Create free account
hub / github.com/GJDuck/e9patch / prev

Method prev

src/e9patch/e9patch.h:291–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 }
290
291 Instr *prev() const
292 {
293 Instr *I = (Instr *)this-1;
294 return (I->offset == 0? nullptr: I);
295 }
296 Instr *next() const
297 {
298 Instr *I = (Instr *)this+1;

Callers 5

buildEntrySetFunction · 0.80
buildBreakFunction · 0.80
tactic_T3bFunction · 0.80
tactic_T3Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected