Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed a bug upon page fault when caused by a memory store which hung …
…the SoC
  • Loading branch information
fallen committed Jun 6, 2012
1 parent 4e83927 commit 188ce66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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 188ce66

Please sign in to comment.