Select Git revision
encode.c
-
Henrik (Grubba) Grubbström authored
Use program.c:lower_inherit() in decode_value(). The new parent flags handling in low_inherit() isn't safe to use from decode_value(), since the program_state stack isn't necessarily the same as when the encoded program was initially compiled. Fixes various dumping errors.
Henrik (Grubba) Grubbström authoredUse program.c:lower_inherit() in decode_value(). The new parent flags handling in low_inherit() isn't safe to use from decode_value(), since the program_state stack isn't necessarily the same as when the encoded program was initially compiled. Fixes various dumping errors.