Re: [Qemu-devel] [PATCH 1/3] target-i386: Remove unused macros

2012-07-05 Thread Stefan Weil
Am 05.07.2012 23:28, schrieb Peter Maydell: 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-unneces

[Qemu-devel] [PATCH 1/3] target-i386: Remove unused macros

2012-07-05 Thread Peter Maydell
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-b