• Russ Cox's avatar
    runtime: fix arm preemption · cba880e0
    Russ Cox authored
    Preemption during the software floating point code
    could cause m (R9) to change, so that when the
    original registers were restored at the end of the
    floating point handler, the changed and correct m
    would be replaced by the old and incorrect m.
    
    TBR=dvyukov
    CC=golang-dev
    https://golang.org/cl/11883045
    cba880e0
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.dist Loading commit data...
all.bash Loading commit data...
all.bat Loading commit data...
all.rc Loading commit data...
clean.bash Loading commit data...
clean.bat Loading commit data...
clean.rc Loading commit data...
make.bash Loading commit data...
make.bat Loading commit data...
make.rc Loading commit data...
race.bash Loading commit data...
race.bat Loading commit data...
run.bash Loading commit data...
run.bat Loading commit data...
run.rc Loading commit data...
sudo.bash Loading commit data...