diff options
author | Stefan Weil <sw@weilnetz.de> | 2013-09-12 20:17:50 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2013-09-20 20:09:24 +0400 |
commit | 07ac4dc5db22a31e47b149abdbc5ea99013cf4de (patch) | |
tree | 6d7796457586514f9e67f5f1558b4ca90a1c4b60 /trace-events | |
parent | 6f20f55bccdead8e68c753093f3af6a74cbba883 (diff) |
tci: Fix qemu-alpha on 32 bit hosts (wrong assertions)
Debian busybox-static for alpha has a load address of 0x0000000120000000
which is mapped to 0x0000000020000000 for 32 bit hosts.
qemu-alpha uses the TCG opcodes qemu_ld32, qemu_ld64, qemu_st32 and
qemu_st64 which all raise the assertion (taddr == host_addr).
Remove all assertions of this type because they are either wrong or
unnecessary (when sizeof(tcg_target_ulong) >= sizeof(target_ulong)).
Cc: qemu-stable <qemu-stable@nongnu.org>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'trace-events')
0 files changed, 0 insertions, 0 deletions