diff options
author | Sverker Eriksson <[email protected]> | 2015-08-31 17:02:20 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2015-08-31 17:02:20 +0200 |
commit | 7ca6ef08b9cc7f29868afb22db9a67dc1068f12e (patch) | |
tree | fd0d3e3d9a912235f1cb4509fa40b46f9d8e2cdc /lib/hipe/x86/hipe_x86_assemble.erl | |
parent | 484365775a8c780af8e77864ec8a0f4335a5ae38 (diff) | |
parent | 3af9e6ef9bd6a9e9faf0e5bf683f4f1c5c0c0ca9 (diff) | |
download | otp-7ca6ef08b9cc7f29868afb22db9a67dc1068f12e.tar.gz otp-7ca6ef08b9cc7f29868afb22db9a67dc1068f12e.tar.bz2 otp-7ca6ef08b9cc7f29868afb22db9a67dc1068f12e.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/hipe/x86/hipe_x86_assemble.erl')
-rw-r--r-- | lib/hipe/x86/hipe_x86_assemble.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/x86/hipe_x86_assemble.erl b/lib/hipe/x86/hipe_x86_assemble.erl index 4ffa3d35ba..695ce16887 100644 --- a/lib/hipe/x86/hipe_x86_assemble.erl +++ b/lib/hipe/x86/hipe_x86_assemble.erl @@ -83,7 +83,7 @@ assemble(CompiledCode, Closures, Exports, Options) -> DataRelocs = hipe_pack_constants:mk_data_relocs(RefsFromConsts, LabelMap), SSE = hipe_pack_constants:slim_sorted_exportmap(ExportMap,Closures,Exports), SlimRefs = hipe_pack_constants:slim_refs(AccRefs), - Bin = term_to_binary([{?VERSION_STRING(),?HIPE_SYSTEM_CRC}, + Bin = term_to_binary([{?VERSION_STRING(),?HIPE_ERTS_CHECKSUM}, ConstAlign, ConstSize, SC, DataRelocs, % nee LM, LabelMap |