No, fastcall is defined away to nothing.


On 25/10/2012 16:11, "Xinxin Jin" <xinxinjin89@gmail.com> wrote:

Hi, I found some interrupt handler functions are declared with "fastcall" keyword, such as:
fastcall void event_check_interrupt(void);
So what does fastcall implicate here? Is there some special things in the fastcall handling ?
Thanks,