diff src/cs/system/main/int.s @ 690:8cf3029429f3

allow TI_PROFILER to be enabled
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 15 Oct 2020 08:16:27 +0000
parents ae18f9aad7ce
children
line wrap: on
line diff
--- a/src/cs/system/main/int.s	Wed Oct 14 01:18:45 2020 +0000
+++ b/src/cs/system/main/int.s	Thu Oct 15 08:16:27 2020 +0000
@@ -1545,7 +1545,7 @@
 ;
      .if TI_NUC_MONITOR = 1
 ; define a new section to be mapped independently
-        .sect ".irqtext"
+;       .sect ".irqtext"
              
         .def    _INT_IRQ
 		.global _INT_IRQ
@@ -1624,7 +1624,7 @@
 ;
      .if TI_PROFILER = 1
 ; define a new section to be mapped independently
-        .sect ".fiqtext"
+;       .sect ".fiqtext"
              
         .def    _INT_FIQ
 		.global _INT_FIQ