initialize sp_occurred[SP_SETJMP] at start of function
This commit is contained in:
parent
17abf1a78a
commit
aef60fdda1
1 changed files with 1 additions and 0 deletions
|
@ -260,6 +260,7 @@ begin_proc(ds, idf) /* to be called when entering a procedure */
|
|||
}
|
||||
func_notypegiven = ds->ds_notypegiven;
|
||||
func_size = ATW(func_type->tp_size);
|
||||
sp_occurred[SP_SETJMP] = 0;
|
||||
|
||||
#ifndef USE_TMP
|
||||
C_pro_narg(name);
|
||||
|
|
Loading…
Reference in a new issue