mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Scan after assembling
This commit is contained in:
parent
86cba76bb2
commit
595693cacb
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue