tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hosts
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 27 May 2011 12:12:12 +0000 (13:12 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 3 Jun 2011 16:26:20 +0000 (18:26 +0200)
commitc7ebc3748d479d69a34cc96c7db08fcc88a2cf5b
treec30cc1bd7087956e25e56ce4225d386923f2e5dc
parent333cf848c44307c79e63430a2b8399a9779f9333
tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hosts

The prototypes for the ld/st functions on a 64 bit host declared
the address parameter as a TCGv_i64 rather than a TCGv_ptr. This
worked OK (since the two are aliases), but needs to be fixed to
allow extension of TCG type debugging to i64/i32/ptr mismatches.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/tcg-op.h