mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-19 10:58:51 +00:00
wcr
command does not exist anymore, use API (#2979)
This commit is contained in:
parent
84b33d50bd
commit
a7d3eaffb0
@ -2147,7 +2147,9 @@ void CutterCore::stopDebug()
|
||||
emit debugTaskStateChanged();
|
||||
|
||||
if (currentlyEmulating) {
|
||||
cmdEsil("aeim-; aei-; wcr; .ar-; aets-");
|
||||
cmdEsil("aeim-; aei-");
|
||||
resetWriteCache();
|
||||
cmdEsil(".ar-; aets-");
|
||||
currentlyEmulating = false;
|
||||
} else {
|
||||
rz_core_debug_process_close(core());
|
||||
|
Loading…
Reference in New Issue
Block a user