x86: improve SSE table type safety
commitc4baa0503d9623f1ce891f525ccd140c598bc29a
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 13 May 2012 18:53:07 +0000 (13 18:53 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 28 Jun 2012 20:28:08 +0000 (28 20:28 +0000)
treef94504350b92adfaddc8fd5857da873aedc8d954
parentf299f4374affb6b838765841bb69a6e92566a9a8
x86: improve SSE table type safety

SSE function tables could easily be corrupted because of use
of void pointers.

Introduce function pointer types and helper variables in order
to improve type safety.

Split sse_op_table3 according to types used.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-i386/translate.c