]> git.proxmox.com Git - qemu.git/commitdiff
tcg: README, name deposit second argument len/LEN
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>
Thu, 20 Jan 2011 11:16:57 +0000 (12:16 +0100)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Thu, 20 Jan 2011 11:16:57 +0000 (12:16 +0100)
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
tcg/README

index a50ecc658827a2450b1aaee532851e3ce7bfdb52..660012281f64882faebf5638e5a532245f6a21f9 100644 (file)
@@ -285,10 +285,10 @@ the four high order bytes are set to zero.
 Indicate that the value of t0 won't be used later. It is useful to
 force dead code elimination.
 
-* deposit_i32/i64 dest, t1, t2, pos, loc
+* deposit_i32/i64 dest, t1, t2, pos, len
 
 Deposit T2 as a bitfield into T1, placing the result in DEST.
-The bitfield is described by POS/LOC, which are immediate values:
+The bitfield is described by POS/LEN, which are immediate values:
 
   LEN - the length of the bitfield
   POS - the position of the first bit, counting from the LSB