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

Method IsCurrentBlockSingleInst

FEXCore/Source/Interface/Core/Core.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125bool ContextImpl::IsCurrentBlockSingleInst(FEXCore::Core::InternalThreadState* Thread) {
126 auto [_, InlineTail] = GetFrameBlockInfo(Thread->CurrentFrame);
127 return InlineTail && InlineTail->SingleInst;
128}
129
130uint64_t ContextImpl::GetGuestBlockEntry(FEXCore::Core::InternalThreadState* Thread) {
131 auto [_, InlineTail] = GetFrameBlockInfo(Thread->CurrentFrame);

Callers 3

HandleSegfaultMethod · 0.80

Calls 1

GetFrameBlockInfoFunction · 0.85

Tested by

no test coverage detected