* src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
[fw/sdcc] / src / z80 / z80.h
index 020dbafb918cc4170f05aeb3d5bbcec176391c73..dd6cda26d6c94e93cbbb5a0fa690096e76631dd4 100644 (file)
@@ -3,6 +3,7 @@
 */
 #include "common.h"
 #include "ralloc.h"
+#include "gen.h"
 #include "support.h"
 
 typedef enum
@@ -16,6 +17,8 @@ typedef struct
   {
     Z80_SUB_PORT sub;
     int calleeSavesBC;
+    int port_mode;
+    int port_back;
   }
 Z80_OPTS;