Hi, The included patch fixes a few glitches in the TCG README file. Please apply.
Cheers, -- Stuart Brady diff -urN qemu-orig/tcg/README qemu-new/tcg/README --- qemu-orig/tcg/README 2008-02-04 11:21:46.000000000 +0000 +++ qemu-new/tcg/README 2008-03-12 19:50:19.000000000 +0000 @@ -223,10 +223,10 @@ t0=t1%t2 (unsigned). Undefined behavior if division by zero. -* and_i32/i64 t0, t1, t2 - ********* Logical +* and_i32/i64 t0, t1, t2 + t0=t1&t2 * or_i32/i64 t0, t1, t2 @@ -237,8 +237,6 @@ t0=t1^t2 -* shl_i32/i64 t0, t1, t2 - ********* Shifts * shl_i32/i64 t0, t1, t2