aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe/hipe_primops.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2012-02-23 14:54:58 +0100
committerSverker Eriksson <[email protected]>2012-02-23 14:54:58 +0100
commit738c6d54dde1e4c8f6030690eabe50a287301eb9 (patch)
tree61f725e364cd65b8c16204b83536e8ccb3af56ff /erts/emulator/hipe/hipe_primops.h
parent225da20b097ad73291cf48ba2782c64762163a46 (diff)
parent99c0207298251d5557335864f15547ca07a7b050 (diff)
downloadotp-738c6d54dde1e4c8f6030690eabe50a287301eb9.tar.gz
otp-738c6d54dde1e4c8f6030690eabe50a287301eb9.tar.bz2
otp-738c6d54dde1e4c8f6030690eabe50a287301eb9.zip
Merge branch 'sverk/hipe-debug-cherries'
* sverk/hipe-debug-cherries: hipe,erts: Add DEBUG support with MFA's in stack descriptors hipe: Fix address_to_mfa in hipe loader hipe,erts: Debug support for native call trace erts: Make erts_printf accept internal match states
Diffstat (limited to 'erts/emulator/hipe/hipe_primops.h')
-rw-r--r--erts/emulator/hipe/hipe_primops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/hipe/hipe_primops.h b/erts/emulator/hipe/hipe_primops.h
index 38509c105b..52b4681cfe 100644
--- a/erts/emulator/hipe/hipe_primops.h
+++ b/erts/emulator/hipe/hipe_primops.h
@@ -80,6 +80,7 @@ PRIMOP_LIST(am_fclearerror_error, &nbif_fclearerror_error)
#ifdef NO_FPE_SIGNALS
PRIMOP_LIST(am_emulate_fpe, &nbif_emulate_fpe)
#endif
+PRIMOP_LIST(am_debug_native_called, &nbif_hipe_bifs_debug_native_called)
#if defined(__sparc__)
#include "hipe_sparc_primops.h"