summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2024-10-21 12:03:50 -0400
committerGitHub <noreply@github.com>2024-10-21 12:03:50 -0400
commitf412e2488c24fc81a784c198ba9610e54cdd1d9a (patch)
tree2433844ec8e6192ed6051edf5460259c4a2cb0c1 /Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
parent24e9fc120c1b02b78cbf854c0eae78df0dbb60c1 (diff)
parentc3bda2e8757b4c37bec504f05ebda39b858e2969 (diff)
Merge pull request #12714 from mitaclaw/jit-widget-refresh
DolphinQt: JIT Widget Refresh
Diffstat (limited to 'Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp')
-rw-r--r--Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp b/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
index 12cb8b30c5..792d78d9b0 100644
--- a/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
+++ b/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
@@ -881,7 +881,7 @@ void CodeViewWidget::OnPPCComparison()
{
const u32 addr = GetContextAddress();
- emit RequestPPCComparison(addr);
+ emit RequestPPCComparison(addr, m_system.GetPPCState().msr.IR);
}
void CodeViewWidget::OnAddFunction()