Debugger: Fix a dumb typo.
This commit is contained in:
parent
6af6ccc1cf
commit
265a3cf7a0
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ AutoDisabledReplacements::AutoDisabledReplacements(AutoDisabledReplacements &&ot
|
|||
lock = other.lock;
|
||||
other.lock = nullptr;
|
||||
replacements = std::move(other.replacements);
|
||||
emuhacks = std::move(emuhacks);
|
||||
emuhacks = std::move(other.emuhacks);
|
||||
saved = other.saved;
|
||||
other.saved = false;
|
||||
wasStepping = other.wasStepping;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue