MCPcopy Create free account
hub / github.com/citron-neo/emulator / Is64Bit

Method Is64Bit

src/core/file_sys/kernel_executable.cpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135bool KIP::Is64Bit() const {
136 return (header.flags & 0x8) != 0;
137}
138
139bool KIP::Is39BitAddressSpace() const {
140 return (header.flags & 0x10) != 0;

Callers 8

GDBStubMethod · 0.45
SymbolicateBacktraceFunction · 0.45
GetThreadNameFunction · 0.45
GetBacktraceFromContextFunction · 0.45
LoadMethod · 0.45
BootGameMethod · 0.45
LoadFromModulesMethod · 0.45
GetChildrenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected