x86 front end: handle UD2 as an officially recognised, unimplemented instruction...
commit617e673e9bd6d4d4d6bc68924e8528a81cca6f7b
authorJulian Seward <jseward@acm.org>
Wed, 3 Oct 2018 13:26:48 +0000 (3 15:26 +0200)
committerJulian Seward <jseward@acm.org>
Wed, 3 Oct 2018 13:26:48 +0000 (3 15:26 +0200)
treea9b1a4074ce1c71718c5a93b63ad37c60e1a9627
parent7669f536eec77cb0496295101ae4586e2ce3990c
x86 front end: handle UD2 as an officially recognised, unimplemented instruction, like the amd64 front end does.  n-i-bz.

This doesn't change anything downstream -- a SIGILL is still raised -- but
there's a bit less debug printing now.
VEX/priv/guest_x86_toIR.c