* src/port.h (PORT structure): added hook initPaths, now each
[fw/sdcc] / src / izt / i186.c
index 57cd968fc17ff55b79eb2629439fd834b7c202fd..1a3f0fe6bff05dcfe3b44db413707b6ef98002aa 100644 (file)
@@ -194,6 +194,7 @@ PORT i186_port = {
     "_",
     _i186_init,
     _i186_parseOptions,
+    NULL,
     _i186_finaliseOptions,
     _i186_setDefaultOptions,
     izt_assignRegisters,