aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe/hipe_bif0.c
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2015-08-31 17:02:20 +0200
committerSverker Eriksson <[email protected]>2015-08-31 17:02:20 +0200
commit7ca6ef08b9cc7f29868afb22db9a67dc1068f12e (patch)
treefd0d3e3d9a912235f1cb4509fa40b46f9d8e2cdc /erts/emulator/hipe/hipe_bif0.c
parent484365775a8c780af8e77864ec8a0f4335a5ae38 (diff)
parent3af9e6ef9bd6a9e9faf0e5bf683f4f1c5c0c0ca9 (diff)
downloadotp-7ca6ef08b9cc7f29868afb22db9a67dc1068f12e.tar.gz
otp-7ca6ef08b9cc7f29868afb22db9a67dc1068f12e.tar.bz2
otp-7ca6ef08b9cc7f29868afb22db9a67dc1068f12e.zip
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/hipe/hipe_bif0.c')
-rw-r--r--erts/emulator/hipe/hipe_bif0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/hipe/hipe_bif0.c b/erts/emulator/hipe/hipe_bif0.c
index efbe951ce5..cc68e1f74d 100644
--- a/erts/emulator/hipe/hipe_bif0.c
+++ b/erts/emulator/hipe/hipe_bif0.c
@@ -1741,7 +1741,7 @@ BIF_RETTYPE hipe_bifs_check_crc_1(BIF_ALIST_1)
if (!term_to_Uint(BIF_ARG_1, &crc))
BIF_ERROR(BIF_P, BADARG);
- if (crc == HIPE_SYSTEM_CRC)
+ if (crc == HIPE_ERTS_CHECKSUM)
BIF_RET(am_true);
BIF_RET(am_false);
}