mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 11:31:00 +08:00
16 lines
85 B
C
16 lines
85 B
C
|
|
|
|
|
|
_trap3()
|
|
{
|
|
|
|
}
|
|
|
|
|
|
__trap3(a1,a2,a3,a4,a5,a6)
|
|
{
|
|
asm ("ldx #r0");
|
|
asm ("wdm");
|
|
}
|
|
|