Page 2 of 2

Re: Callback Handlers vs. GCC optimizer

Posted: Tue Jan 07, 2014 7:10 am
by Combuster
there are some tutorials that do something like the following.
(...)
void IRQ_HANDLER_WRITTEN_IN_C(registers regs)
They actually do void IRQ_HANDLER_WRITTEN_IN_C(registers * regs), mind you :wink: