commit | c02244a5088eaa7d8ff69f51fba8b67da094f604 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri Mar 19 11:36:30 2010 -0700 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Fri Mar 26 21:29:10 2010 +0100 |
tree | 2cc5d6e5e533b5d43366790ced2f12cba75b7689 | |
parent | 8a56e840911572391019cd8b4ee86976dac2f593 [diff] |
tcg: Change TCGType to an enumeration. The TCGType name was already used consistently. Changing it to an enumeration instead of a set of defines aids debugging. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>