diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-20 11:26:40 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-20 11:26:40 +0000 |
commit | 650bbb361eb5d815bbe9aa8f2c0aa57eae5592b8 (patch) | |
tree | 3e3c1c680f7ec30b8c249163a863dee8a3786cbf /tcg/arm/tcg-target.h | |
parent | 788abf8e41e5fa33bfcd2245c3e3eb47d60ceef7 (diff) |
Implement neg_i32, clean-up.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4503 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/arm/tcg-target.h')
-rw-r--r-- | tcg/arm/tcg-target.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h index 39c779a5b7..ee8d78c8cf 100644 --- a/tcg/arm/tcg-target.h +++ b/tcg/arm/tcg-target.h @@ -31,6 +31,8 @@ #undef TCG_TARGET_HAS_bswap_i32 #define TCG_TARGET_HAS_ext8s_i32 #define TCG_TARGET_HAS_ext16s_i32 +#define TCG_TARGET_HAS_neg_i32 +#undef TCG_TARGET_HAS_neg_i64 #undef TCG_TARGET_STACK_GROWSUP enum { |