repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Wanderer/Info: fix compilation
[AROS.git]
/
arch
/
.unmaintained
/
m68k-emul
/
special.s
blob
934d96282e9e08d4b104846f84a0031f48d2f907
1
/*
2
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3
$Id$
4
5
Desc: Default trap handler
6
Lang: english
7
*/
8
9
#include "machine.i"
10
11
/* Never Called */
12
.text
13
.balign 16
14
.globl AROS_SLIB_ENTRY(TrapHandler,Exec)
15
.type AROS_SLIB_ENTRY(TrapHandler,Exec),@function
16
AROS_SLIB_ENTRY
(
TrapHandler
,
Exec
):
17
rts