Commit 604457d7028ccefb9e239a1b1793aefc7e6206ee

Authored by aurel32
1 parent f3e3aa8c

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
Showing 1 changed file with 1 additions and 1 deletions
tcg/README
... ... @@ -270,7 +270,7 @@ set to zero.
270 270  
271 271 * bswap32_i32/i64 t0, t1
272 272  
273   -32 bit byte swap on a 32/64 bit value. With a 32 bit value, the four high
  273 +32 bit byte swap on a 32/64 bit value. With a 64 bit value, the four high
274 274 order bytes must be set to zero.
275 275  
276 276 * bswap64_i64 t0, t1
... ...