mirror of
https://github.com/open-simh/simtools.git
synced 2026-03-05 18:59:10 +00:00
Fold the functionality of pull_up_reg() into evaluate_rec(). pull_up_reg() essentially returned a flag (EX_REG at the top, or not) which can be represented with the outgoing flags word. The check for recursion depth is made unneeded by doing the "exceptional" case outside the recursion; luckily it is actually the common case.
27 KiB
27 KiB