fincs / FeOS

Operating system for Nintendo DS

Home Page:http://feos.mtheall.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swihook refactoring breaks compile

mtheall opened this issue · comments

e670e00#L0R51

swihook.o: In function '__SVCTable':
/home/mtheall/workspace/nds/FeOS/kernel/source/swihook.s:45: undefined reference to '__SWIEXHandler'

Maybe you forgot to include the code for __SWIEXHandler? I changed it back to .word 0 and it works.

Thanks for catching this one, __SWIEXHandler refers to a feature I never really got around implementing.