commit | bc57c114b09e6b223abff451e78b8b95e53e6175 | [log] [tgz] |
---|---|---|
author | Stefan Weil <weil@mail.berlios.de> | Thu Feb 25 19:05:41 2010 +0100 |
committer | Blue Swirl <blauwirbel@gmail.com> | Thu Feb 25 18:26:25 2010 +0000 |
tree | 0bd4a5f4ed4d19fa3e819a5e8b4d62cb19f53335 | |
parent | d44168fffa07fc57e61a37da65e9348661dec887 [diff] |
target-sparc: fix --enable-debug build for 64 bit host b551ec04ca45d1925417dd2ec7c1b7f115c84f1d fixed the compilation for 32 bit hosts, but introduced a new error for 64 bit hosts: tcg_temp_new_ptr needs a matching tcg_temp_free_ptr. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>