aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe/hipe_native_bif.c
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2015-11-13 09:53:51 +0100
committerRickard Green <[email protected]>2015-11-13 09:53:51 +0100
commitcbad4a1be72c75a452a3d70d57bf1c1145c08ad9 (patch)
tree359cdd90d063bff84d6e7ef9ea81f2ef81acb67c /erts/emulator/hipe/hipe_native_bif.c
parentc66844d145177fbb65bcc101a9962e5a5673c162 (diff)
parent9c6f45b901ee701553afe34c0b33b7d931d73fd9 (diff)
downloadotp-cbad4a1be72c75a452a3d70d57bf1c1145c08ad9.tar.gz
otp-cbad4a1be72c75a452a3d70d57bf1c1145c08ad9.tar.bz2
otp-cbad4a1be72c75a452a3d70d57bf1c1145c08ad9.zip
Merge branch 'rickard/gc-bump-reds/OTP-13097'
* rickard/gc-bump-reds/OTP-13097: Bump reductions on GC
Diffstat (limited to 'erts/emulator/hipe/hipe_native_bif.c')
-rw-r--r--erts/emulator/hipe/hipe_native_bif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/hipe/hipe_native_bif.c b/erts/emulator/hipe/hipe_native_bif.c
index 089c0cc662..ad8fb685e5 100644
--- a/erts/emulator/hipe/hipe_native_bif.c
+++ b/erts/emulator/hipe/hipe_native_bif.c
@@ -80,7 +80,7 @@ Eterm hipe_show_nstack_1(BIF_ALIST_1)
void hipe_gc(Process *p, Eterm need)
{
hipe_set_narity(p, 1);
- p->fcalls -= erts_garbage_collect(p, unsigned_val(need), NULL, 0);
+ erts_garbage_collect(p, unsigned_val(need), NULL, 0);
hipe_set_narity(p, 0);
}