diff options
author | 2019-07-28 14:31:16 +1000 | |
---|---|---|
committer | 2019-07-28 14:31:16 +1000 | |
commit | ace8e401fcfa9c1ee40b0bece9f5bfb902f97736 (patch) | |
tree | c9ab7487049db6b5ee0c82480b10697c01f02a44 /src/devices/cpu/unsp/unspfe.cpp | |
parent | c8e1190ca1078be93224c6d167e9da957f9dfc66 (diff) |
srcclean (nw)
Diffstat (limited to 'src/devices/cpu/unsp/unspfe.cpp')
-rw-r--r-- | src/devices/cpu/unsp/unspfe.cpp | 6 |
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; } |