Skip to content

Commit

Permalink
FEXCore: Removes stale function definition
Browse files Browse the repository at this point in the history
`CopyMemoryMapping` was removed a long time ago, the definition happened
to remain. Remove the definition.
  • Loading branch information
Sonicadvance1 committed Dec 1, 2024
1 parent 2e7fc60 commit 2de485d
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 @@ -301,9 +301,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 2de485d

Please sign in to comment.