Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343375
b: refs/heads/master
c: 5fec45a
h: refs/heads/master
i:
  343373: fa0cfea
  343371: e0363e1
  343367: d4e64db
  343359: 80825ae
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and Geert Uytterhoeven committed Nov 14, 2012
1 parent 34cdbcb commit f62f9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f88d2c0ad7995ab862ee6da5c77c37cf447b1b3
refs/heads/master: 5fec45a20db3656ce36fac24639aac76c6641215
2 changes: 1 addition & 1 deletion trunk/arch/m68k/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ static inline void bus_error030 (struct frame *fp)
addr -= 2;

if (buserr_type & SUN3_BUSERR_INVALID) {
if (!mmu_emu_handle_fault (fp->un.fmtb.daddr, 1, 0))
if (!mmu_emu_handle_fault(addr, 1, 0))
do_page_fault (&fp->ptregs, addr, 0);
} else {
#ifdef DEBUG
Expand Down

0 comments on commit f62f9cc

Please sign in to comment.