commit | 5a0eed379ddff07f1c136c7acedd380b60eecd28 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Fri Sep 21 18:20:26 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Sep 22 15:10:19 2012 +0200 |
tree | 6f8812ba3c59125488cb6cb866b383fb7e11bec9 | |
parent | 0834c9eac31d6a6780594be17c7b3a3d6403ac16 [diff] |
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>