tcg: Declare TCG_TARGET_REG_BITS in tcg.h
commit817b838e3c9faca4eca7e878f901ba8122f02043
authorStefan Weil <weil@mail.berlios.de>
Sat, 17 Sep 2011 20:00:27 +0000 (17 22:00 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 1 Oct 2011 06:09:31 +0000 (1 06:09 +0000)
tree2a39bdf14d472a5068931dceadcf711717a53d6b
parent8f440cda08c6df574ad153c3558a81c7d3ad5845
tcg: Declare TCG_TARGET_REG_BITS in tcg.h

TCG_TARGET_REG_BITS can be determined by the compiler,
so there is no need to declare it for each individual tcg target.

This is especially important for new tcg targets
which will be supported by the tcg interpreter.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/tcg.h