fixed vector bending (very ugly)

This commit is contained in:
Markus Fröschle
2013-05-01 16:30:15 +00:00
parent 2f566bc499
commit 839277710a
2 changed files with 10 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ typedef void* (*xhdi_call_fun)(int xhdi_fun, ...);
extern uint32_t xhdi_call(int xhdi_fun, ...);
extern void *xhdi_sd_install(xhdi_call_fun old_vector) __attribute__((__interrupt__));
extern xhdi_call_fun xhdi_sd_install(xhdi_call_fun old_vector) __attribute__((__interrupt__));
extern uint32_t xhdi_version(void); /* XHDI 0 */