Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
buildEntrySet
Function · 0.80
getTrampolinePrologueStart
Function · 0.80
buildBreak
Function · 0.80
tactic_T3b
Function · 0.80
tactic_T3
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected