Descriptionruntime: fix sigtrampPC on Windows
The arm5 build breakage at CL 139110043 was caused by
calling funcPC on a lessstack defined as a struct{}.
That symbol ended up with a non-4-aligned address,
which caused the memory fault that broke the builders.
The definition of lessstack was fixed in CL 140880043.
Tracking that down suggested that it would be worth
looking for the same bug elsewhere in the directory.
This is the only one I found.
Patch Set 1 #Patch Set 2 : diff -r d4f709af0cc6a151ad1346ef26e9dc475f6f8b3c https://code.google.com/p/go/ #Patch Set 3 : diff -r d4f709af0cc6a151ad1346ef26e9dc475f6f8b3c https://code.google.com/p/go/ #Patch Set 4 : diff -r d0b72758dfaf71f3009b2a9f6e9ae873432db775 https://code.google.com/p/go/ #MessagesTotal messages: 7
|