]> Git Repo - qemu.git/commit - target/i386/translate.c
x86: improve SSE table type safety
authorBlue Swirl <[email protected]>
Sun, 13 May 2012 18:53:07 +0000 (18:53 +0000)
committerBlue Swirl <[email protected]>
Thu, 28 Jun 2012 20:28:08 +0000 (20:28 +0000)
commitc4baa0503d9623f1ce891f525ccd140c598bc29a
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 <[email protected]>
target-i386/translate.c
This page took 0.025694 seconds and 4 git commands to generate.