Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ SetSectionMaxAddress
Method
SetSectionMaxAddress
FEXCore/Source/Interface/Core/Frontend.h:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
uint64_t DecodedMaxAddress {~0ULL};
60
61
void SetSectionMaxAddress(uint64_t v) {
62
SectionMaxAddress = v;
63
}
64
void SetExternalBranches(fextl::set<uint64_t>* v) {
65
ExternalBranches = v;
66
}
Callers
1
ConfigureAOTGen
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected