diff options
| author | mitaclaw <140017135+mitaclaw@users.noreply.github.com> | 2024-04-15 21:52:40 -0700 |
|---|---|---|
| committer | mitaclaw <140017135+mitaclaw@users.noreply.github.com> | 2024-10-19 02:30:44 -0700 |
| commit | 9afd09598cc81eabd3fcfe296c25ace2a71aca26 (patch) | |
| tree | db39aeaef1107294cb65e70c20e59ab2c023298d /Source/UnitTests/Core/PageFaultTest.cpp | |
| parent | ca9222a16b477869616b3938c374ed7a497802b4 (diff) | |
DolphinQt: JIT Widget Refresh
Fulfilling a certain six-year-old todo.
Diffstat (limited to 'Source/UnitTests/Core/PageFaultTest.cpp')
| -rw-r--r-- | Source/UnitTests/Core/PageFaultTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/UnitTests/Core/PageFaultTest.cpp b/Source/UnitTests/Core/PageFaultTest.cpp index 21ef289159..a4c5525da2 100644 --- a/Source/UnitTests/Core/PageFaultTest.cpp +++ b/Source/UnitTests/Core/PageFaultTest.cpp @@ -42,6 +42,8 @@ public: void Jit(u32 em_address) override {} void EraseSingleBlock(const JitBlock&) override {} std::vector<MemoryStats> GetMemoryStats() const override { return {}; } + std::size_t DisassembleNearCode(const JitBlock&, std::ostream&) const override { return 0; } + std::size_t DisassembleFarCode(const JitBlock&, std::ostream&) const override { return 0; } const CommonAsmRoutinesBase* GetAsmRoutines() override { return nullptr; } virtual bool HandleFault(uintptr_t access_address, SContext* ctx) override { |
