MCPcopy Create free account
hub / github.com/Inori/GPCS4 / OnBasicBlockEnd

Method OnBasicBlockEnd

3rdParty/tinydbr/windows/winunwind.cpp:713–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711}
712
713void WinUnwindGenerator::OnBasicBlockEnd(ModuleInfo* module,
714 size_t original_address,
715 size_t translated_address)
716{
717 WinUnwindData* unwind_data = (WinUnwindData*)module->unwind_data;
718 if (unwind_data->last_translated_entry)
719 unwind_data->last_translated_entry->function_end = translated_address;
720}
721
722#endif // _WIN64

Callers 1

TranslateBasicBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected