summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/unsp/unspfe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/unsp/unspfe.cpp')
-rw-r--r--src/devices/cpu/unsp/unspfe.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/unsp/unspfe.cpp b/src/devices/cpu/unsp/unspfe.cpp
index 1bb3c27496d..3d2cd6f6855 100644
--- a/src/devices/cpu/unsp/unspfe.cpp
+++ b/src/devices/cpu/unsp/unspfe.cpp
@@ -124,9 +124,9 @@ bool unsp_frontend::describe(opcode_desc &desc, const opcode_desc *prev)
{
r1++;
desc.regout[0] |= 1 << r1;
- if (r1 == unsp_device::REG_PC) {
- desc.flags |= OPFLAG_END_SEQUENCE | OPFLAG_IS_UNCONDITIONAL_BRANCH;
- }
+ if (r1 == unsp_device::REG_PC) {
+ desc.flags |= OPFLAG_END_SEQUENCE | OPFLAG_IS_UNCONDITIONAL_BRANCH;
+ }
}
return true;
}