Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279706
b: refs/heads/master
c: 46729d0
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Dec 24, 2011
1 parent bccc8b2 commit bff6357
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: d1db9120cd7df0872385fd29a25257f23cb70527
refs/heads/master: 46729d0eb301f689272c64a9417e7b40038f42a6
6 changes: 0 additions & 6 deletions trunk/arch/m68k/kernel/entry_no.S
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,13 @@

ENTRY(buserr)
SAVE_ALL_INT
moveq #-1,%d0
movel %d0,%sp@(PT_OFF_ORIG_D0)
movel %sp,%sp@- /* stack frame pointer argument */
jsr buserr_c
addql #4,%sp
jra ret_from_exception

ENTRY(trap)
SAVE_ALL_INT
moveq #-1,%d0
movel %d0,%sp@(PT_OFF_ORIG_D0)
movel %sp,%sp@- /* stack frame pointer argument */
jsr trap_c
addql #4,%sp
Expand All @@ -65,8 +61,6 @@ ENTRY(trap)
.globl dbginterrupt
ENTRY(dbginterrupt)
SAVE_ALL_INT
moveq #-1,%d0
movel %d0,%sp@(PT_OFF_ORIG_D0)
movel %sp,%sp@- /* stack frame pointer argument */
jsr dbginterrupt_c
addql #4,%sp
Expand Down

0 comments on commit bff6357

Please sign in to comment.