Commit 3e0adc9f authored by Russ Cox's avatar Russ Cox

cc: fix vlong condition

Fixes #1032.

R=ken2
CC=golang-dev
https://golang.org/cl/4025043
parent b0543ddd
...@@ -586,8 +586,7 @@ bcomplex(Node *n, Node *c) ...@@ -586,8 +586,7 @@ bcomplex(Node *n, Node *c)
*b->right = *nodconst(0); *b->right = *nodconst(0);
b->right->type = n->type; b->right->type = n->type;
b->type = types[TLONG]; b->type = types[TLONG];
cgen(b, Z); n = b;
return 0;
} }
bool64(n); bool64(n);
boolgen(n, 1, Z); boolgen(n, 1, Z);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment