From 7b3bf63c0d3f8b97a41a7022310b70c5d40c6fc6 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Sat, 27 Jun 2009 21:08:09 +0000 Subject: 20090627-2207 --- utils/5c/cgen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/5c/cgen.c') diff --git a/utils/5c/cgen.c b/utils/5c/cgen.c index 65db14c4..01bdb7e2 100644 --- a/utils/5c/cgen.c +++ b/utils/5c/cgen.c @@ -873,12 +873,12 @@ sugen(Node *n, Node *nn, long w) reglcgen(&nod1, nn, Z); nn->type = t; - if(1 || align(0, types[TCHAR], Aarg1)) /* isbigendian */ + if(align(0, types[TCHAR], Aarg1)) /* isbigendian */ gopcode(OAS, nod32const(n->vconst>>32), Z, &nod1); else gopcode(OAS, nod32const(n->vconst), Z, &nod1); nod1.xoffset += SZ_LONG; - if(1 || align(0, types[TCHAR], Aarg1)) /* isbigendian */ + if(align(0, types[TCHAR], Aarg1)) /* isbigendian */ gopcode(OAS, nod32const(n->vconst), Z, &nod1); else gopcode(OAS, nod32const(n->vconst>>32), Z, &nod1); -- cgit v1.2.3