commit | dd7dc93ef056509edd1ec47f7a1d8a7bde9c411f | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Mar 20 07:48:09 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue May 16 20:13:51 2023 -0700 |
tree | dbd832e0bd3442e12508433322b31e05376a41af | |
parent | fecccfcc542370caedbfc09fe9963d128f5e73a0 [diff] |
tcg/tci: Elimnate TARGET_LONG_BITS, target_ulong We now have the address size as part of the opcode, so we no longer need to test TARGET_LONG_BITS. We can use uint64_t for target_ulong, as passed into load/store helpers. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>