diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2011-05-27 13:12:12 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2011-06-03 18:26:20 +0200 |
commit | 6bd4b08ab236d59eb2cec92a52efb9c7df2388ac (patch) | |
tree | c30cc1bd7087956e25e56ce4225d386923f2e5dc /tcg/tcg.h | |
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>
Diffstat (limited to 'tcg/tcg.h')
0 files changed, 0 insertions, 0 deletions