MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / printjmp

Function printjmp

other_src/lua/src/lpeg.cpp:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279
280static void printjmp (const Instruction *op, const Instruction *p) {
281 printf("-> ");
282 if (p->i.offset == 0) printf("FAIL");
283 else printf("%d", (int)(dest(0, p) - op));
284}
285
286
287static void printinst (const Instruction *op, const Instruction *p) {

Callers 1

printinstFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected