Descriptioncmd/6c, cmd/8c: use signed char explicitly in mul.c
On ARM, char is unsigned, and the code generation for
multiplication gets totally broken.
Fixes issue 4354.
Patch Set 1 #Patch Set 2 : diff -r f4796b726694 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r f4796b726694 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r f4796b726694 https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 34142c2654fd https://go.googlecode.com/hg/ #
MessagesTotal messages: 9
|