This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH - SH] trap_exit and sp_switch with interrupt_handler attribute


> I found during testing of patch that 'rte' is required after 'trapa'=20
> so that it can go back to where it was interrupted from. I have

Huh?  What happens after trapa dependens on what you put into your trapa
handler.  The documentation says that trapa is used *instead* of rte,
so the trapa handler should implement the actual interrupt return.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]