From 45a20ab721a513710138340faff3d59a31c3e01e Mon Sep 17 00:00:00 2001 From: forsyth Date: Mon, 3 Jun 2013 21:01:14 +0000 Subject: sync compilers with Plan 9 remove 1[acl] 2[acl] --- utils/qc/txt.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils/qc/txt.c') 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) { -- cgit v1.2.3