diff --git a/bootstrap/unix-44/OPC.c b/bootstrap/unix-44/OPC.c index 73872a51..d3e4eaf5 100644 --- a/bootstrap/unix-44/OPC.c +++ b/bootstrap/unix-44/OPC.c @@ -968,7 +968,7 @@ static void OPC_IdentList (OPT_Object obj, INT16 vis) if (obj->typ->comp == 3) { OPC_EndStat(); OPC_BegStat(); - base = OPT_linttyp; + base = OPT_adrtyp; OPM_WriteString((CHAR*)"ADDRESS ", 9); OPC_LenList(obj, 0, 1); } else if ((obj->mode == 2 && obj->typ->comp == 4)) { diff --git a/bootstrap/unix-48/OPC.c b/bootstrap/unix-48/OPC.c index 73872a51..d3e4eaf5 100644 --- a/bootstrap/unix-48/OPC.c +++ b/bootstrap/unix-48/OPC.c @@ -968,7 +968,7 @@ static void OPC_IdentList (OPT_Object obj, INT16 vis) if (obj->typ->comp == 3) { OPC_EndStat(); OPC_BegStat(); - base = OPT_linttyp; + base = OPT_adrtyp; OPM_WriteString((CHAR*)"ADDRESS ", 9); OPC_LenList(obj, 0, 1); } else if ((obj->mode == 2 && obj->typ->comp == 4)) { diff --git a/bootstrap/unix-88/OPC.c b/bootstrap/unix-88/OPC.c index 73872a51..d3e4eaf5 100644 --- a/bootstrap/unix-88/OPC.c +++ b/bootstrap/unix-88/OPC.c @@ -968,7 +968,7 @@ static void OPC_IdentList (OPT_Object obj, INT16 vis) if (obj->typ->comp == 3) { OPC_EndStat(); OPC_BegStat(); - base = OPT_linttyp; + base = OPT_adrtyp; OPM_WriteString((CHAR*)"ADDRESS ", 9); OPC_LenList(obj, 0, 1); } else if ((obj->mode == 2 && obj->typ->comp == 4)) { diff --git a/bootstrap/windows-48/OPC.c b/bootstrap/windows-48/OPC.c index 73872a51..d3e4eaf5 100644 --- a/bootstrap/windows-48/OPC.c +++ b/bootstrap/windows-48/OPC.c @@ -968,7 +968,7 @@ static void OPC_IdentList (OPT_Object obj, INT16 vis) if (obj->typ->comp == 3) { OPC_EndStat(); OPC_BegStat(); - base = OPT_linttyp; + base = OPT_adrtyp; OPM_WriteString((CHAR*)"ADDRESS ", 9); OPC_LenList(obj, 0, 1); } else if ((obj->mode == 2 && obj->typ->comp == 4)) { diff --git a/bootstrap/windows-88/OPC.c b/bootstrap/windows-88/OPC.c index 73872a51..d3e4eaf5 100644 --- a/bootstrap/windows-88/OPC.c +++ b/bootstrap/windows-88/OPC.c @@ -968,7 +968,7 @@ static void OPC_IdentList (OPT_Object obj, INT16 vis) if (obj->typ->comp == 3) { OPC_EndStat(); OPC_BegStat(); - base = OPT_linttyp; + base = OPT_adrtyp; OPM_WriteString((CHAR*)"ADDRESS ", 9); OPC_LenList(obj, 0, 1); } else if ((obj->mode == 2 && obj->typ->comp == 4)) {