Branch: Tag:

2022-07-12

2022-07-12 15:07:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Add function name field to call_state.

3109:    }    if (args > 4) sval = Pike_sp + 4 - args;    -  LOW_INIT_CALL_STATE(cs, 1, state); +  LOW_INIT_CALL_STATE(cs, NULL, 1, state);    res = low_new_check_call(Pike_sp[-args].u.type,    Pike_sp[1-args].u.type,    flags, &cs, sval);
3159:    }    }    -  LOW_INIT_CALL_STATE(cs, 1, state); +  LOW_INIT_CALL_STATE(cs, NULL, 1, state);    res = new_get_return_type(Pike_sp[-args].u.type, &cs, 0);    FREE_CALL_STATE(cs);