summaryrefslogtreecommitdiff
path: root/utils/qc/txt.c
diff options
context:
space:
mode:
authorforsyth <forsyth@lavoro.terzarima.net>2013-06-03 21:01:14 +0000
committerforsyth <forsyth@lavoro.terzarima.net>2013-06-03 21:01:14 +0000
commit45a20ab721a513710138340faff3d59a31c3e01e (patch)
treeeea29d2684c51cc73725b8992a2125bede48e118 /utils/qc/txt.c
parentcd8e99851af33e52bcdf8faf34f9d4e62fa0cbaf (diff)
sync compilers with Plan 9
remove 1[acl] 2[acl]
Diffstat (limited to 'utils/qc/txt.c')
-rw-r--r--utils/qc/txt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/qc/txt.c b/utils/qc/txt.c
index 1c6f4d7f..d85b66e9 100644
--- a/utils/qc/txt.c
+++ b/utils/qc/txt.c
@@ -15,6 +15,7 @@ ginit(void)
thestring = "power";
exregoffset = REGEXT;
exfregoffset = FREGEXT;
+ newvlongcode = 1;
listinit();
nstring = 0;
mnstring = 0;
@@ -27,6 +28,8 @@ ginit(void)
lastp = P;
tfield = types[TLONG];
+ typeswitch = typechlv;
+
zprog.link = P;
zprog.as = AGOK;
zprog.reg = NREG;
@@ -1534,6 +1537,7 @@ gopcode64(int o, Node *f1, Node *f2, Node *t)
}
}
+int
samaddr(Node *f, Node *t)
{