diff src/cs/system/main/int.s @ 121:746db8fa3398

C155 bootloader interface support for TMS470
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 07 Nov 2018 06:42:31 +0000
parents 1eb391057168
children 68184e15d92c
line wrap: on
line diff
--- a/src/cs/system/main/int.s	Wed Nov 07 06:33:43 2018 +0000
+++ b/src/cs/system/main/int.s	Wed Nov 07 06:42:31 2018 +0000
@@ -335,6 +335,12 @@
 	.ref	.bss
 	.ref	end
 
+  .if C155_TARGET = 1
+	.def	INT_C155_Boot_Entry
+INT_C155_Boot_Entry
+	B	_INT_Initialize
+  .endif
+
 ;
 ;/* Define indirect branching labels for the vector table  */
 ;