commit | 7e0d95628d358dd3696ec69351e332347d80f0dd | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Fri Apr 09 20:52:48 2010 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Mon Apr 19 07:03:06 2010 +0200 |
tree | 0ea04a6b6bb534bee50d9cd3f08de5100abceba5 | |
parent | 244b1e81f6afc2ddc866a6dbad42ccafd10c246b [diff] |
tcg/arm: remove conditional argument for qemu_ld/st While it make sense to pass a conditional argument to tcg_out_*() functions as the ARM architecture allows that, it doesn't make sense for qemu_ld/st functions. These functions use comparison instructions and conditional execution already, so it is not possible to use a second level of conditional execution. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>