compile -mshort for xhdi_interface() _only_ (fixed Makefile)

This commit is contained in:
Markus Fröschle
2013-05-02 05:10:19 +00:00
parent c17e47177f
commit 9854df5018
3 changed files with 7 additions and 8 deletions

View File

@@ -315,8 +315,7 @@ uint32_t xhdi_call(int xhdi_fun, ...)
break;
default:
;
break;
}
xprintf("unknown XHDI function %d\r\n");
return EINVFN;