aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/configure.ac')
-rw-r--r--sim/ppc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/configure.ac b/sim/ppc/configure.ac
index cd9edd0..5260fa0 100644
--- a/sim/ppc/configure.ac
+++ b/sim/ppc/configure.ac
@@ -345,7 +345,7 @@ fi])dnl
AC_ARG_ENABLE(sim-switch,
[ --enable-sim-switch Use a switch instead of a table for instruction call.],
[case "${enableval}" in
- yes) sim_switch="-s";;
+ yes) sim_switch="-DWITH_SPREG_SWITCH_TABLE";;
no) sim_switch="";;
*) AC_MSG_ERROR("--enable-sim-switch does not take a value"); sim_switch="";;
esac