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, -- Xinxin _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
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,_______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel