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

Function makeDebugEntry

src/e9patch/e9json.cpp:667–674  ·  view source on GitHub ↗

* Create a DEBUG template entry. */

Source from the content-addressed store, hash-verified

665 * Create a DEBUG template entry.
666 */
667static Entry makeDebugEntry(void)
668{
669 Entry entry;
670 entry.kind = ENTRY_DEBUG;
671 entry.length = 0;
672 entry.macro = nullptr;
673 return entry;
674}
675
676/*
677 * Create a ZEROES template entry.

Callers 1

parseTrampolineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected