translate_arm: const-correctness (#6)
This commit is contained in:
parent
711b3e29d3
commit
ea157dfd52
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
namespace Dynarmic {
|
||||
namespace Arm {
|
||||
|
||||
static bool CondCanContinue(ConditionalState cond_state, IR::IREmitter& ir) {
|
||||
static bool CondCanContinue(ConditionalState cond_state, const IR::IREmitter& ir) {
|
||||
ASSERT_MSG(cond_state != ConditionalState::Break, "Should never happen.");
|
||||
|
||||
if (cond_state == ConditionalState::None)
|
||||
|
|
Loading…
Reference in a new issue