diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-06-22 14:51:04 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-06-24 17:37:15 +0200 |
commit | 437dd11b324e17e3c7cf83c8e4f70fd19b51d05f (patch) | |
tree | 89727a7ba93baee49852bd04a16b3c3be0097f48 /erts/emulator/beam/erl_db_util.h | |
parent | 109f5a0e23de7174f34fddcfaac855d35125e70b (diff) | |
download | otp-437dd11b324e17e3c7cf83c8e4f70fd19b51d05f.tar.gz otp-437dd11b324e17e3c7cf83c8e4f70fd19b51d05f.tar.bz2 otp-437dd11b324e17e3c7cf83c8e4f70fd19b51d05f.zip |
erts: Remove halfword bases in ETS
Diffstat (limited to 'erts/emulator/beam/erl_db_util.h')
-rw-r--r-- | erts/emulator/beam/erl_db_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_db_util.h b/erts/emulator/beam/erl_db_util.h index 10899bb3e7..c0966655cd 100644 --- a/erts/emulator/beam/erl_db_util.h +++ b/erts/emulator/beam/erl_db_util.h @@ -432,7 +432,7 @@ Binary *db_match_compile(Eterm *matchexpr, Eterm *guards, Eterm db_match_dbterm(DbTableCommon* tb, Process* c_p, Binary* bprog, int all, DbTerm* obj, Eterm** hpp, Uint extra); -Eterm db_prog_match(Process *p, Binary *prog, Eterm term, Eterm* base, +Eterm db_prog_match(Process *p, Binary *prog, Eterm term, Eterm *termp, int arity, enum erts_pam_run_flags in_flags, Uint32 *return_flags /* Zeroed on enter */); |