MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / EmitDetectionString

Method EmitDetectionString

FEXCore/Source/Interface/Core/JIT/JIT.cpp:682–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682void Arm64JITCore::EmitDetectionString() {
683 const char JITString[] = "FEXJIT::Arm64JITCore::";
684 EmitString(JITString);
685 Align();
686}
687
688void Arm64JITCore::ClearCache() {
689 // NOTE: Holding on to the reference here is required to ensure validity of the WriteLock mutex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected