target/i386: Remove #ifdeffed-out icebp debugging hack
commit38bf9e3b6185e6e4e4d50f7ff968676bf92a5bd7
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Oct 2018 18:33:14 +0000 (9 19:33 +0100)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 31 Oct 2018 00:14:43 +0000 (30 21:14 -0300)
tree6a86d67819a6bf419fb38c1f3c91c26320e91452
parentde2e68c902f7b6e438b0fa3cfedd74a06a20704f
target/i386: Remove #ifdeffed-out icebp debugging hack

Remove a debugging hack which could be used to cause the
undocumented 'icebp' instruction to enable QEMU internal
debug logging. This code has always been #ifdeffed out
since it was introduced in commit aba9d61e34b9 in 2005;
judging by the rest of that commit (which is entirely
unrelated) it may have even been committed by accident.

(Note that WANT_ICEBP is not defined by default anyway.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20181009183314.13416-1-peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/translate.c