From 6beeaa5626b62022a40051a67aa8a7147edf5cdb Mon Sep 17 00:00:00 2001 From: David Brown Date: Fri, 2 Dec 2016 13:03:18 +0000 Subject: [PATCH] Update bootstrap C sources. --- bootstrap/unix-44/OPC.c | 2 +- bootstrap/unix-48/OPC.c | 2 +- bootstrap/unix-88/OPC.c | 2 +- bootstrap/windows-48/OPC.c | 2 +- bootstrap/windows-88/OPC.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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)) {