diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-28 23:27:30 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-28 23:27:30 +0000 |
commit | 604457d7028ccefb9e239a1b1793aefc7e6206ee (patch) | |
tree | 1fbf967550364db817fcc789c375e21823cf9f9c | |
parent | f3e3aa8cdd139923267a34a474abea4ace60b32f (diff) | |
download | qemu-604457d7028ccefb9e239a1b1793aefc7e6206ee.zip |
tcg/README: fix description of bswap32_i32/i64
Thanks to Stuart Brady for the notice.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6920 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | tcg/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/README b/tcg/README index b342802495..e672258faf 100644 --- a/tcg/README +++ b/tcg/README @@ -270,7 +270,7 @@ set to zero. * bswap32_i32/i64 t0, t1 -32 bit byte swap on a 32/64 bit value. With a 32 bit value, the four high +32 bit byte swap on a 32/64 bit value. With a 64 bit value, the four high order bytes must be set to zero. * bswap64_i64 t0, t1 |