diff options
Diffstat (limited to 'newlib/libc/sys/w65/trap.c')
-rw-r--r-- | newlib/libc/sys/w65/trap.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/newlib/libc/sys/w65/trap.c b/newlib/libc/sys/w65/trap.c deleted file mode 100644 index 1f49999..0000000 --- a/newlib/libc/sys/w65/trap.c +++ /dev/null @@ -1,15 +0,0 @@ - - - -_trap3() -{ - -} - - -__trap3(a1,a2,a3,a4,a5,a6) -{ - asm ("ldx #r0"); - asm ("wdm"); -} - |