]> Cypherpunks repositories - gostls13.git/commit
fix possible infinite recursion in eqtype.
authorRuss Cox <rsc@golang.org>
Thu, 29 Jan 2009 00:42:26 +0000 (16:42 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 29 Jan 2009 00:42:26 +0000 (16:42 -0800)
commit282bf8cc8c36ebbf02c1ee524daff2ef12b531f1
tree29741695e8ee4949d7c268079d22a5e13b133a2e
parent3ec4675220f18c3bc6680e71c6ce09a76b641c8c
fix possible infinite recursion in eqtype.

don't use intermediate register to move
32-or-fewer-bit immediate constants
into memory.

R=ken
OCL=23726
CL=23726
src/cmd/6g/gsubr.c
src/cmd/gc/subr.c