aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe/hipe_gc.c
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2014-08-29 16:06:20 +0200
committerSverker Eriksson <[email protected]>2014-10-24 18:12:16 +0200
commite45a4a8a3797a637a23ad5d660138c021f3ba1b1 (patch)
tree77966b56c5f9a9a09087558fc0bd0fa65916d43c /erts/emulator/hipe/hipe_gc.c
parenta70f0ce9b34e4db61dacb8db24f9ab5671ed4c8a (diff)
downloadotp-e45a4a8a3797a637a23ad5d660138c021f3ba1b1.tar.gz
otp-e45a4a8a3797a637a23ad5d660138c021f3ba1b1.tar.bz2
otp-e45a4a8a3797a637a23ad5d660138c021f3ba1b1.zip
erts: Make hipe_{un}reserve_beam_trap_frame INLINE
Diffstat (limited to 'erts/emulator/hipe/hipe_gc.c')
-rw-r--r--erts/emulator/hipe/hipe_gc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/hipe/hipe_gc.c b/erts/emulator/hipe/hipe_gc.c
index 86c4068072..b10263f6e2 100644
--- a/erts/emulator/hipe/hipe_gc.c
+++ b/erts/emulator/hipe/hipe_gc.c
@@ -22,6 +22,9 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+
+#define ERL_WANT_GC_INTERNALS__
+
#include "global.h"
#include "erl_gc.h"