Commit 15f2c01f authored by Rémy Oudompheng's avatar Rémy Oudompheng

cmd/8g: fix possibly uninitialized variable in foptoas.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7045043
parent 9afb34b4
...@@ -692,6 +692,7 @@ foptoas(int op, Type *t, int flg) ...@@ -692,6 +692,7 @@ foptoas(int op, Type *t, int flg)
{ {
int et, a; int et, a;
a = AGOK;
et = simtype[t->etype]; et = simtype[t->etype];
if(use_sse) if(use_sse)
......
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