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