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/8c/sgen.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils/8c/sgen.c') diff --git a/utils/8c/sgen.c b/utils/8c/sgen.c index df12f903..9ba278c8 100644 --- a/utils/8c/sgen.c +++ b/utils/8c/sgen.c @@ -88,6 +88,10 @@ xcom(Node *n) n->addable = 11; break; + case OEXREG: + n->addable = 12; + break; + case OREGISTER: n->addable = 12; break; -- cgit v1.2.3