mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
10 lines
300 B
C
10 lines
300 B
C
--- gcc/config/msp430/msp430.c.orig Mon Sep 19 17:03:53 2005
|
|
+++ gcc/config/msp430/msp430.c Mon Sep 19 17:04:11 2005
|
|
@@ -149,6 +149,7 @@
|
|
MSP430_ISA_14 = 14,
|
|
MSP430_ISA_15 = 15,
|
|
MSP430_ISA_16 = 16,
|
|
+ MSP430_ISA_210 = 210,
|
|
MSP430_ISA_31 = 31,
|
|
MSP430_ISA_32 = 32,
|
|
MSP430_ISA_33 = 33,
|