]> Cypherpunks repositories - gostls13.git/commit
runtime: remove redundant empty function call from Breakpoint on arm
authorRichard Miller <miller.research@gmail.com>
Wed, 27 Jan 2016 19:10:11 +0000 (19:10 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 27 Jan 2016 19:45:14 +0000 (19:45 +0000)
commitd326a9641994eccdac1c95901762af45ec801bf1
tree09afc6cedee9eaade945ca577cbdfca2d19cc9cc
parent01ca4da0efc6036bf22a99593a583c1efc2750c5
runtime: remove redundant empty function call from Breakpoint on arm

CL 18964 included an extra patch (sorry, my first experience of
git-codereview) which defined the conventional breakpoint instruction
used by Plan 9 on arm, but also introduced a benign but unneeded
call to runtime.emptyfunc.  This CL removes the redundant call again.

This completes the series of CLs which add support for Plan 9 on arm.

Change-Id: Id293cfd40557c9d79b4b6cb164ed7ed49295b178
Reviewed-on: https://go-review.googlesource.com/19010
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/asm_arm.s