MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / patch

Method patch

Engine/source/console/compiler.h:361–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359 }
360
361 inline void patch(U32 addr, U32 code)
362 {
363#ifdef DEBUG_CODESTREAM
364 printf("patch[%u] = %u\n", addr, code);
365#endif
366 mPatchList.push_back(PatchEntry(addr, code));
367 }
368
369 inline U32 emitSTE(const char *code)
370 {

Callers 3

compileStmtMethod · 0.80
compileMethod · 0.80
compileSubObjectMethod · 0.80

Calls 3

printfFunction · 0.85
PatchEntryClass · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected