]> Cypherpunks repositories - gostls13.git/commit
runtime: call abort instead of raw INT $3 or bad MOV
authorAustin Clements <austin@google.com>
Wed, 17 Jan 2018 20:51:09 +0000 (15:51 -0500)
committerAustin Clements <austin@google.com>
Thu, 8 Mar 2018 22:55:54 +0000 (22:55 +0000)
commitc950a90d7240a6f2124ae38564c137b86866b191
treed2a05d2c0be7fe5491b7827274f67f0d116b5ce9
parent7f1b2738bb7a8863ee78d5357acbc820b7083821
runtime: call abort instead of raw INT $3 or bad MOV

Everything except for amd64, amd64p32, and 386 currently defines and
uses an abort function. This CL makes these match. The next CL will
recognize the abort function to make this more useful.

Change-Id: I7c155871ea48919a9220417df0630005b444f488
Reviewed-on: https://go-review.googlesource.com/93660
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/vet/all/whitelist/386.txt
src/cmd/vet/all/whitelist/amd64.txt
src/cmd/vet/all/whitelist/nacl_amd64p32.txt
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_amd64p32.s