summaryrefslogtreecommitdiff
path: root/utils/5c/swt.c
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2009-06-27 21:08:09 +0000
committerCharles.Forsyth <devnull@localhost>2009-06-27 21:08:09 +0000
commit7b3bf63c0d3f8b97a41a7022310b70c5d40c6fc6 (patch)
tree9169f8693575244e32c6a5737c6e0879a91453ed /utils/5c/swt.c
parent7cdb1d14cab5ad4eceb9edfc484ea272cf8a062d (diff)
20090627-2207
Diffstat (limited to 'utils/5c/swt.c')
-rw-r--r--utils/5c/swt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/5c/swt.c b/utils/5c/swt.c
index 4c2b33ec..5ee0e39f 100644
--- a/utils/5c/swt.c
+++ b/utils/5c/swt.c
@@ -382,13 +382,13 @@ gextern(Sym *s, Node *a, long o, long w)
{
if(a->op == OCONST && typev[a->type->etype]) {
- if(1 || align(0, types[TCHAR], Aarg1)) /* isbigendian */
+ if(align(0, types[TCHAR], Aarg1)) /* isbigendian */
gpseudo(ADATA, s, nod32const(a->vconst>>32));
else
gpseudo(ADATA, s, nod32const(a->vconst));
p->from.offset += o;
p->reg = 4;
- if(1 || align(0, types[TCHAR], Aarg1)) /* isbigendian */
+ if(align(0, types[TCHAR], Aarg1)) /* isbigendian */
gpseudo(ADATA, s, nod32const(a->vconst));
else
gpseudo(ADATA, s, nod32const(a->vconst>>32));