diff options
author | Sverker Eriksson <[email protected]> | 2017-04-04 18:55:46 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-04-04 19:26:58 +0200 |
commit | cbaddb165393002bd76f4d70247662588d3dee26 (patch) | |
tree | 21d5c139c4b42594174bb5ce57dc6ed1189209ba /erts/emulator/hipe/hipe_bif0.h | |
parent | 566ff495cb0f5f87306c81fc8d8ab2323b34d840 (diff) | |
download | otp-cbaddb165393002bd76f4d70247662588d3dee26.tar.gz otp-cbaddb165393002bd76f4d70247662588d3dee26.tar.bz2 otp-cbaddb165393002bd76f4d70247662588d3dee26.zip |
Refactor hipe specific code to use ErtsCodeInfo
instead of ugly negative indexing.
Diffstat (limited to 'erts/emulator/hipe/hipe_bif0.h')
-rw-r--r-- | erts/emulator/hipe/hipe_bif0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/hipe/hipe_bif0.h b/erts/emulator/hipe/hipe_bif0.h index 811c3801c1..d6be473ff5 100644 --- a/erts/emulator/hipe/hipe_bif0.h +++ b/erts/emulator/hipe/hipe_bif0.h @@ -26,7 +26,7 @@ #ifndef HIPE_BIF0_H #define HIPE_BIF0_H -extern Uint *hipe_bifs_find_pc_from_mfa(Eterm mfa); +extern ErtsCodeInfo *hipe_bifs_find_pc_from_mfa(Eterm mfa); extern void hipe_mfa_info_table_init(void); extern void *hipe_get_remote_na(Eterm m, Eterm f, unsigned int a); |