summaryrefslogtreecommitdiff
path: root/target-microblaze/helper.h
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>2011-01-23 03:52:20 +0100
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2011-01-23 03:52:20 +0100
commit5d0bb8239d84292380d0024acd0d510cc957dae0 (patch)
tree197a920c4bc5474d3345f786dfa33b95d57d972b /target-microblaze/helper.h
parente0a42ebc0831e3ae18e965cc202b5d6649cc38f2 (diff)
downloadqemu-5d0bb8239d84292380d0024acd0d510cc957dae0.tar.gz
microblaze: cleanup helper_addkc
Remove unused addition and rename to helper_carry. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'target-microblaze/helper.h')
-rw-r--r--target-microblaze/helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-microblaze/helper.h b/target-microblaze/helper.h
index 9c2a1e4b6d..1696b885b6 100644
--- a/target-microblaze/helper.h
+++ b/target-microblaze/helper.h
@@ -2,7 +2,7 @@
DEF_HELPER_1(raise_exception, void, i32)
DEF_HELPER_0(debug, void)
-DEF_HELPER_FLAGS_3(addkc, TCG_CALL_PURE | TCG_CALL_CONST, i32, i32, i32, i32)
+DEF_HELPER_FLAGS_3(carry, TCG_CALL_PURE | TCG_CALL_CONST, i32, i32, i32, i32)
DEF_HELPER_2(cmp, i32, i32, i32)
DEF_HELPER_2(cmpu, i32, i32, i32)