diff --git a/Windows/Debugger/CtrlDisAsmView.cpp b/Windows/Debugger/CtrlDisAsmView.cpp index 83653cc5cf..a47b0d052f 100644 --- a/Windows/Debugger/CtrlDisAsmView.cpp +++ b/Windows/Debugger/CtrlDisAsmView.cpp @@ -473,6 +473,7 @@ void CtrlDisAsmView::assembleOpcode(u32 address, std::string defaultText) // In case this is a delay slot or combined instruction, clear cache above it too. if (MIPSComp::jit) MIPSComp::jit->ClearCacheAt(address - 4, 8); + scanFunctions(); redraw(); } else { std::wstring error = ConvertUTF8ToWString(MIPSAsm::GetAssembleError());