target-i386: Remove unused macros
commita87dacc89ad7a033578851ca5e0b7525968dbc1c
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Jul 2012 21:28:58 +0000 (5 22:28 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 7 Jul 2012 09:05:45 +0000 (7 09:05 +0000)
tree1c0e1c1b7049b7f7c5b65007a9e7b9cd97f360c2
parenteeae63a7aa3ca6a36c90ee2cce770be497fe1377
target-i386: Remove unused macros

Commit 11f8cdb removed all the uses of the X86_64_ONLY
macro. The BUGGY_64() macro has been unused for a long time:
it originally marked some ops which couldn't be enabled
because of issues with the pre-TCG code generation scheme.
Remove the now-unnecessary definitions of both macros.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-i386/translate.c