]> git.proxmox.com Git - qemu.git/commit
tcg/mips: use TCGArg or TCGReg instead of int
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 21 Sep 2012 16:20:26 +0000 (18:20 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:09 +0000 (01:42 -0500)
commitf25f0d7751a88c3a7fbaab9979cec095c6a7cdc6
tree65704c032603d8128408e99a2e7b8efc60740f15
parentb7505cfd52d4a5fc8bd21d898d6cd1b76f7a9b91
tcg/mips: use TCGArg or TCGReg instead of int

Instead of int, use the correct TCGArg and TCGReg type: TCGReg when
representing a TCG target register, TCGArg when representing the latter
or a constant.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tcg/mips/tcg-target.c