commit | d02fced5527f88948b1da34a69652ea8584a892f | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Sep 27 14:47:08 2012 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Sep 27 14:47:08 2012 +0100 |
tree | 13ec7de81edecf07b4d4daadf976bc1ac53b09e9 | |
parent | ac05f3492421caeb05809ffa02c6198ede179e43 [diff] |
tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code Use the recently introduced tcg_out_mov_reg() function rather than the equivalent inline code. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>