X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fds390%2Fmain.c;h=211e9dc180239627d96e1b8227fb1b48fe5e8c89;hb=8c9c17bede2d442a7690c614260ee38e6b40b39a;hp=2aacc1b311bc0311c324018c2077a8d5f76851bf;hpb=a3fe18f0d7dbbc98536d6db5f487b6f59f2b9ec9;p=fw%2Fsdcc diff --git a/src/ds390/main.c b/src/ds390/main.c index 2aacc1b3..211e9dc1 100644 --- a/src/ds390/main.c +++ b/src/ds390/main.c @@ -880,6 +880,7 @@ PORT ds390_port = NULL, /* no genAssemblerEnd */ _ds390_genIVT, _ds390_genXINIT, + NULL, /* genInitStartup */ _ds390_reset_regparm, _ds390_regparm, NULL, @@ -1178,6 +1179,7 @@ PORT tininative_port = _tininative_genAssemblerEnd, _tininative_genIVT, NULL, + NULL, /* genInitStartup */ _ds390_reset_regparm, _ds390_regparm, NULL, @@ -1391,6 +1393,7 @@ PORT ds400_port = NULL, /* no genAssemblerEnd */ _ds400_genIVT, _ds390_genXINIT, + NULL, /* genInitStartup */ _ds390_reset_regparm, _ds390_regparm, NULL,