]> git.proxmox.com Git - qemu.git/commit
tcg: Make ARRAY_SIZE(tcg_op_defs) globally available
authorStefan Weil <sw@weilnetz.de>
Thu, 29 Sep 2011 16:33:21 +0000 (18:33 +0200)
committerStefan Weil <weil@mail.berlios.de>
Mon, 31 Oct 2011 20:52:16 +0000 (21:52 +0100)
commit2a24374ab6c27c00dd346f0961a0f05e13672a86
treee3abfe0a87e6f87fa4c38632fad4a00bde0d8ab8
parentce285b17549e806483f6499d7f3d418168116950
tcg: Make ARRAY_SIZE(tcg_op_defs) globally available

tcg_op_defs was already a global array.

The tci disassembler also needs ARRAY_SIZE(tcg_op_defs),
so add a new global constant with this value.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
tcg/tcg.c
tcg/tcg.h