Am 08.12.2011 08:03, schrieb 陳韋任:
On Wed, Dec 07, 2011 at 11:31:46PM +0100, Stefan
Weil wrote:
TCG_TARGET_REG_BITS is declared in
tcg.h for all TCG targets.
Just want to make sure. When we talk about target in TCG, that
_always_ means
the host, right?
Regards,
chenwj
Yes. See file tcg/README which says this:
The TCG "target" is the architecture for which we
generate the
code. It is of course not the same as the "target" of QEMU which
is
the emulated architecture. As TCG started as a generic C backend
used
for cross compiling, it is assumed that the TCG target is
different
from the host, although it is never the case for QEMU.
Regards,
Stefan Weil
|