MCPcopy Create free account
hub / github.com/WheretIB/nullc / MemUpdate

Function MemUpdate

NULLC/CodeGen_X86.cpp:80–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79 }
80 void MemUpdate(unsigned int index)
81 {
82 (void)index;
83 if(index != 0)
84 {
85 MemCache tmp = mCache[index-1];
86 mCache[index-1] = mCache[index];
87 mCache[index] = tmp;
88 }
89 }
90
91 void InvalidateState()
92 {

Callers 2

EMIT_OP_RPTRFunction · 0.85
EMIT_OP_REG_RPTRFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected