comparison src/cs/system/main/int.s @ 208:68184e15d92c

src/cs: sync with Magnetite (TI_PROFILER support)
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 05:20:43 +0000
parents 746db8fa3398
children
comparison
equal deleted inserted replaced
207:4c555a7a3435 208:68184e15d92c
1543 ; 1543 ;
1544 ;/* The following section contains default interrupt handlers. */ 1544 ;/* The following section contains default interrupt handlers. */
1545 ; 1545 ;
1546 .if TI_NUC_MONITOR = 1 1546 .if TI_NUC_MONITOR = 1
1547 ; define a new section to be mapped independently 1547 ; define a new section to be mapped independently
1548 .sect ".irqtext" 1548 ; .sect ".irqtext"
1549 1549
1550 .def _INT_IRQ 1550 .def _INT_IRQ
1551 .global _INT_IRQ 1551 .global _INT_IRQ
1552 _INT_IRQ 1552 _INT_IRQ
1553 .else 1553 .else
1622 .sect ".inttext" 1622 .sect ".inttext"
1623 .endif 1623 .endif
1624 ; 1624 ;
1625 .if TI_PROFILER = 1 1625 .if TI_PROFILER = 1
1626 ; define a new section to be mapped independently 1626 ; define a new section to be mapped independently
1627 .sect ".fiqtext" 1627 ; .sect ".fiqtext"
1628 1628
1629 .def _INT_FIQ 1629 .def _INT_FIQ
1630 .global _INT_FIQ 1630 .global _INT_FIQ
1631 _INT_FIQ 1631 _INT_FIQ
1632 .else 1632 .else