commit | 6bd4b08ab236d59eb2cec92a52efb9c7df2388ac | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri May 27 13:12:12 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Fri Jun 03 18:26:20 2011 +0200 |
tree | c30cc1bd7087956e25e56ce4225d386923f2e5dc | |
parent | 03938c133e60c10a6903ddf71021d76496d69cb0 [diff] |
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>