aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/utils.c
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-11-30 10:44:42 +0100
committerBjörn Gustavsson <[email protected]>2011-11-30 10:44:42 +0100
commitf7c881208154dcae6d0b753a160eb771710bd47a (patch)
tree14f19e6524a33f5e2d664e162ecf0d3b21d0d959 /erts/emulator/beam/utils.c
parent8e5ef86ee21cb6491287710606a7525f45cc50fc (diff)
parent3c36d2c5f75827f098a691dfcf534ab3b95d7bd9 (diff)
downloadotp-f7c881208154dcae6d0b753a160eb771710bd47a.tar.gz
otp-f7c881208154dcae6d0b753a160eb771710bd47a.tar.bz2
otp-f7c881208154dcae6d0b753a160eb771710bd47a.zip
Merge branch 'bjorn/llvm-issues/OTP-9712'
* bjorn/llvm-issues/OTP-9712: INSTALL.md: Update build instructions for Lion Fix clang linking problem configure: Define NO_JUMP_TABLE if all we have is llvm-gcc beam_emu.c: Eliminate warnings when NO_JUMP_TABLE is defined beam_emu.c: Use the correct void* type for computed gotos MacOS X: Completely remove obsolete -no-cpp-precomp option
Diffstat (limited to 'erts/emulator/beam/utils.c')
-rw-r--r--erts/emulator/beam/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/utils.c b/erts/emulator/beam/utils.c
index 8d4073f40f..df03f5e42c 100644
--- a/erts/emulator/beam/utils.c
+++ b/erts/emulator/beam/utils.c
@@ -45,6 +45,7 @@
#include "erl_thr_progress.h"
#include "erl_thr_queue.h"
#include "erl_sched_spec_pre_alloc.h"
+#include "beam_bp.h"
#undef M_TRIM_THRESHOLD
#undef M_TOP_PAD