aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2012-11-13 14:35:03 +0100
committerSverker Eriksson <[email protected]>2012-11-13 14:39:31 +0100
commit3d0fbe2d006b29c2cf1a16ee67a7f68560be28e4 (patch)
tree97e8870c40f5e1072de185f6277c4a1e2f1c2a24 /erts
parent27e544f51c93c058153444876ea5cc0c7516f3fd (diff)
downloadotp-3d0fbe2d006b29c2cf1a16ee67a7f68560be28e4.tar.gz
otp-3d0fbe2d006b29c2cf1a16ee67a7f68560be28e4.tar.bz2
otp-3d0fbe2d006b29c2cf1a16ee67a7f68560be28e4.zip
erts: Fix compile error on solaris in generated hipe_amd64_bifs.S
Diffstat (limited to 'erts')
-rw-r--r--erts/emulator/hipe/hipe_bif_list.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/hipe/hipe_bif_list.m4 b/erts/emulator/hipe/hipe_bif_list.m4
index 942fa0c5cb..7f78ddd57f 100644
--- a/erts/emulator/hipe/hipe_bif_list.m4
+++ b/erts/emulator/hipe/hipe_bif_list.m4
@@ -245,7 +245,7 @@ noproc_primop_interface_5(nbif_bs_put_big_integer, hipe_bs_put_big_integer)
gc_bif_interface_0(nbif_check_get_msg, hipe_check_get_msg)
-#ifdef NO_FPE_SIGNALS
+#`ifdef' NO_FPE_SIGNALS
nocons_nofail_primop_interface_0(nbif_emulate_fpe, hipe_emulate_fpe)
#endif