[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [4438] temporary hack to handle register shortage with
From: |
Rick Vernam |
Subject: |
Re: [Qemu-devel] [4438] temporary hack to handle register shortage with dyngen for qemu_st64 () |
Date: |
Mon, 12 May 2008 17:04:53 -0500 |
User-agent: |
KMail/1.9.9 |
On Monday 12 May 2008 10:53:37 am Rick Vernam wrote:
> /home/rick/docs/qemu/trunk/target-i386/translate.c:6694: undefined
> reference to `tcg_global_reg2_new_hack'
I have no clue how/why tcg works.
however, I suspect that the call to tcg_global_reg2_new_hack in
target-i386/translate.c should also be conditional on #if TCG_TARGET_REG_BITS
== 32 (as it's implementation in tcg.c is...)
well, in any case, doing so circumvents that compilation error, and qemu runs
fine...
Thanks again!
-Rick