diff options
author | Sverker Eriksson <[email protected]> | 2012-02-23 14:54:58 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-02-23 14:54:58 +0100 |
commit | 738c6d54dde1e4c8f6030690eabe50a287301eb9 (patch) | |
tree | 61f725e364cd65b8c16204b83536e8ccb3af56ff /erts/emulator/hipe/hipe_x86_glue.h | |
parent | 225da20b097ad73291cf48ba2782c64762163a46 (diff) | |
parent | 99c0207298251d5557335864f15547ca07a7b050 (diff) | |
download | otp-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_x86_glue.h')
-rw-r--r-- | erts/emulator/hipe/hipe_x86_glue.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/hipe/hipe_x86_glue.h b/erts/emulator/hipe/hipe_x86_glue.h index b0db93267c..63ad250d60 100644 --- a/erts/emulator/hipe/hipe_x86_glue.h +++ b/erts/emulator/hipe/hipe_x86_glue.h @@ -62,6 +62,9 @@ static __inline__ void hipe_arch_glue_init(void) .sdesc = { .bucket = { .hvalue = (unsigned long)nbif_return }, .summary = (1<<8), + #ifdef DEBUG + .dbg_F = am_return, + #endif }, }; hipe_init_sdesc_table(&nbif_return_sdesc.sdesc); |