diff options
author | Magnus Lång <[email protected]> | 2016-09-16 19:33:38 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-10-14 14:29:15 +0200 |
commit | 5e879fb1d4a9273f0a6183da7509dcdbc24f9653 (patch) | |
tree | 30726298d83c5a20625f13989f8be923cc4271d7 /erts/emulator/hipe/hipe_x86_gc.h | |
parent | 39072836944d00c288beebfd98b14593f9609006 (diff) | |
download | otp-5e879fb1d4a9273f0a6183da7509dcdbc24f9653.tar.gz otp-5e879fb1d4a9273f0a6183da7509dcdbc24f9653.tar.bz2 otp-5e879fb1d4a9273f0a6183da7509dcdbc24f9653.zip |
erts: Check hipe stack in check_process_code
This is part of commit 1bd508921dd93086b05e7d0038b816b36c421d86.
I did not include the fun-checking as we have a new purge strategy
for funs in OTP 20. That remains to be solved some other way for hipe.
Diffstat (limited to 'erts/emulator/hipe/hipe_x86_gc.h')
-rw-r--r-- | erts/emulator/hipe/hipe_x86_gc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/hipe/hipe_x86_gc.h b/erts/emulator/hipe/hipe_x86_gc.h index e92e6ea718..a703e24b8c 100644 --- a/erts/emulator/hipe/hipe_x86_gc.h +++ b/erts/emulator/hipe/hipe_x86_gc.h @@ -65,6 +65,7 @@ nstack_walk_init_sdesc(const Process *p, struct nstack_walk_state *state) state->sdesc0 = sdesc; return sdesc; #else + state->sdesc0[0].bucket.hvalue = 0; /* for nstack_any_cps_in_segment */ state->sdesc0[0].fsize = 0; state->sdesc0[0].has_exnra = 0; state->sdesc0[0].stk_nargs = (p->hipe.narity < NR_ARG_REGS ? 0 : |