aboutsummaryrefslogtreecommitdiff
path: root/target/xtensa/helper.h
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2019-01-13 19:59:03 -0800
committerMax Filippov <jcmvbkbc@gmail.com>2019-01-13 23:36:31 -0800
commitd9908e037eb34d62802dbf86e9f588b78b1c159d (patch)
treed8dad4bd8d61f5b02dbb48b2fff7cd7aedca12bd /target/xtensa/helper.h
parent8d918d656a1c4bb2300928468e27c53d72420bb9 (diff)
target/xtensa: drop dump_state helper
Drop unused helper dump_state from op_helper.c Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'target/xtensa/helper.h')
-rw-r--r--target/xtensa/helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/xtensa/helper.h b/target/xtensa/helper.h
index 2ebba0b2c2..89eb97e265 100644
--- a/target/xtensa/helper.h
+++ b/target/xtensa/helper.h
@@ -15,7 +15,6 @@ DEF_HELPER_2(movsp, void, env, i32)
#ifndef CONFIG_USER_ONLY
DEF_HELPER_1(simcall, void, env)
#endif
-DEF_HELPER_1(dump_state, void, env)
#ifndef CONFIG_USER_ONLY
DEF_HELPER_3(waiti, void, env, i32, i32)