summaryrefslogtreecommitdiff
path: root/rtl/core/arm810.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/core/arm810.sv')
-rw-r--r--rtl/core/arm810.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv
index 3f237aa..5525f95 100644
--- a/rtl/core/arm810.sv
+++ b/rtl/core/arm810.sv
@@ -19,7 +19,7 @@ module arm810
core_fetch #(.PREFETCH_ORDER(2)) fetch
(
- .branch(explicit_branch | wr_pc),
+ .branch(explicit_branch || wr_pc),
.flush(0), //TODO
.target(wr_pc ? wr_value[31:2] : branch_target),
.addr(insn_addr),