]> Cypherpunks repositories - gostls13.git/commit
libmach: fix disassembly of FCMOVcc and FCOMI
authorAnthony Martin <ality@pbrane.org>
Thu, 23 Jun 2011 13:32:29 +0000 (09:32 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 23 Jun 2011 13:32:29 +0000 (09:32 -0400)
commitd847467041ab93c108b932c25f6ccaa37bfccc47
tree4fae00087f50d4ae3ad596ca6fa46ff1679e346a
parent8f72a87b4ca236805bb8417ed85812cf38998d9d
libmach: fix disassembly of FCMOVcc and FCOMI

The optable for 0xDB is handled specially.

This was the cause of a really weird bug
when using cov (386!) on the math package.

A real head-scratcher.

R=rsc
CC=golang-dev
https://golang.org/cl/4639066
src/libmach/8db.c