Skip to content

Commit

Permalink
Fixed a bug upon page fault when caused by a memory store which hung …
Browse files Browse the repository at this point in the history
…the SoC
  • Loading branch information
fallen committed Jun 6, 2012
1 parent 2f35de4 commit 16a0419
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cores/lm32/rtl/lm32_load_store_unit.v
Expand Up @@ -749,6 +749,9 @@ begin
`endif
`ifdef CFG_IROM_ENABLED
&& (irom_select_m == `FALSE)
`endif
`ifdef CFG_MMU_ENABLED
&& (dtlb_miss == `FALSE)
`endif
)
begin
Expand Down

0 comments on commit 16a0419

Please sign in to comment.