diff options
author | aurel32 | 2008-03-12 22:40:02 +0100 |
---|---|---|
committer | aurel32 | 2008-03-12 22:40:02 +0100 |
commit | 5e85404a562c95bd5476f8a567863f6a0348fcd8 (patch) | |
tree | 5332bb2f2fb6ee41fe5b3a52bdfc156beba96be9 /tcg/README | |
parent | Revert fix for CVE-2008-0928. Will be fixed in a different way later. (diff) | |
download | qemu-5e85404a562c95bd5476f8a567863f6a0348fcd8.tar.gz qemu-5e85404a562c95bd5476f8a567863f6a0348fcd8.tar.xz qemu-5e85404a562c95bd5476f8a567863f6a0348fcd8.zip |
TCG README fixes (Stuart Brady)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4042 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/README')
-rw-r--r-- | tcg/README | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tcg/README b/tcg/README index fd72cad357..c27c5abed9 100644 --- a/tcg/README +++ b/tcg/README @@ -223,10 +223,10 @@ t0=t1%t2 (signed). Undefined behavior if division by zero or overflow. 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 t0=t1^t2 -* shl_i32/i64 t0, t1, t2 - ********* Shifts * shl_i32/i64 t0, t1, t2 |