xa51, work in progress
[fw/sdcc] / src / port.h
index 7a6220adc80c84bf90afc68e9585bf224d6f198d..672a701b3b89e86f36b791adaa83166564554101 100644 (file)
@@ -28,6 +28,7 @@
 #define TARGET_IS_PIC   (port->id==TARGET_ID_PIC)
 #define TARGET_IS_I186 (port->id==TARGET_ID_I186)
 #define TARGET_IS_TCLS900H (port->id==TARGET_ID_TCLS900H)
+#define TARGET_IS_XA51 (port->id==TARGET_ID_XA51)
 
 #define MAX_BUILTIN_ARGS       16
 /* definition of builtin functions */