tcg: fix assertion with --enable-debug
commit2c92d62ebb9f9fea2aa3044d80ac6f10b657c9ef
authorJay Foad <jay.foad@gmail.com>
Sat, 20 Feb 2010 10:08:33 +0000 (20 10:08 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 20 Feb 2010 10:26:14 +0000 (20 12:26 +0200)
tree93e3add9ae9a7b76c8799b64441d083fb9f7909d
parent51464fafdfab94ee47ed4ddf2a79fef434a5c8c7
tcg: fix assertion with --enable-debug

On 32-bit hosts op_qemu_ld32s is unused. Remove it to fix the
following assertion failure:

qemu-alpha: tcg/tcg.c:1055:
tcg_add_target_add_op_defs: Assertion `tcg_op_defs[op].used' failed.

Signed-off-by: Jay Foad <jay.foad@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/tcg-opc.h