Skip to content

Commit

Permalink
Merge pull request #4189 from Sonicadvance1/fexcore_remove_definition
Browse files Browse the repository at this point in the history
FEXCore: Removes stale function definition
  • Loading branch information
lioncash authored Dec 1, 2024
2 parents 65a162b + 2de485d commit c7098d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions FEXCore/Source/Interface/Context/Context.h
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,6 @@ class ContextImpl final : public FEXCore::Context::Context {
CompileCodeResult CompileCode(FEXCore::Core::InternalThreadState* Thread, uint64_t GuestRIP, uint64_t MaxInst = 0);
uintptr_t CompileBlock(FEXCore::Core::CpuStateFrame* Frame, uint64_t GuestRIP, uint64_t MaxInst = 0);

// Used for thread creation from syscalls
void CopyMemoryMapping(FEXCore::Core::InternalThreadState* ParentThread, FEXCore::Core::InternalThreadState* ChildThread);

uint8_t GetGPRSize() const {
return Config.Is64BitMode ? 8 : 4;
}
Expand Down

0 comments on commit c7098d0

Please sign in to comment.