RTEMS | Draft: sparc/erc32: removed uses, prototype and implementation of set_vector() (!447)

Sunil Hegde (@sunil-hegde) gitlab at rtems.org
Wed May 21 18:13:20 UTC 2025




Sunil Hegde commented on a discussion on bsps/sparc/shared/gnatcommon.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/447#note_122749

 >  	    rtems_interrupt_catch (__gnat_interrupt_handler, trap, &previous_isr);
 >  	}
 >        else if ((trap != 5 && trap != 6) && ((trap < 0x70) || (trap > 0x83)))
 > -	set_vector (__gnat_exception_handler, SPARC_SYNCHRONOUS_TRAP (trap), 1);
 > +  rtems_interrupt_catch (__gnat_exception_handler, SPARC_SYNCHRONOUS_TRAP (trap), &previous_isr);

I thought i will not touch the shared file in this commit, so i haven't changed the original file, this was from a previous commit which I lost.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/447#note_122749
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250521/a5f21bd6/attachment.htm>


More information about the bugs mailing list