On 25 February 2011 15:32, Blue Swirl wrote:
> On Wed, Feb 23, 2011 at 5:19 PM, Peter Maydell
> wrote:
>> +
>> + if (tcg_check_temp_count()) {
>> + fprintf(stderr, "TCG temporary leak before %08x\n", dc->pc);
>> + }
>
> Perhaps this check and tcg_clear_temp_count() calls
On Wed, Feb 23, 2011 at 5:19 PM, Peter Maydell wrote:
> Use the new TCG temporary leak debugging facilities to
> check that each ARM instruction does not leak temporaries.
>
> Signed-off-by: Peter Maydell
> ---
> target-arm/translate.c | 7 +++
> 1 files changed, 7 insertions(+), 0 deleti
Use the new TCG temporary leak debugging facilities to
check that each ARM instruction does not leak temporaries.
Signed-off-by: Peter Maydell
---
target-arm/translate.c |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/target-arm/translate.c b/target-arm/translate.c