MCPcopy Create free account
hub / github.com/OpenMC2/OpenMC2 / bp_frame

Class bp_frame

src/Game.cpp:579–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577void sub_6177E0(std::int32_t depth, DWORD ebp, FILE *log, const char *) {
578 char buffer[0x200];
579 struct bp_frame {
580 bp_frame *prev;
581 DWORD caller;
582 };
583 bp_frame *frame = reinterpret_cast<bp_frame *>(ebp);
584
585 for (; depth > 0; --depth) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected