Enable correct handling of the BTS instruction (opcode 0f ab) The code was

there but #ifdefed out. Insead of BTS, BT was executed. This patch
    enables the BTS function and hooks it up the the correct opcode. (ATI
    Technologies Inc.)
This commit is contained in:
Felix Kuehling
2006-03-15 18:43:32 +00:00
parent b726aa502a
commit 21f7f2fb11
2 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
2006-03-15 Felix Kuehling <fkuehlin@ati.com>
* hw/xfree86/x86emu/ops2.c: (x86emuOp2_bts_R):
Enable correct handling of the BTS instruction (opcode 0f ab)
The code was there but #ifdefed out. Insead of BTS, BT was executed.
This patch enables the BTS function and hooks it up the the correct
opcode.
(ATI Technologies Inc.)
2006-03-15 Felix Kuehling <fxkuehl@gmx.de>
* GL/mesa/shader/slang/Makefile.am: