Puts the table of the inner function to stack library
(stack: &mut StackTracker)
| 5 | |
| 6 | /// Puts the table of the inner function to stack library |
| 7 | pub fn u4_push_quotient_table_stack(stack: &mut StackTracker) -> StackVariable { |
| 8 | stack.var(80, u4_push_quotient_table_5(), "quotient_table") |
| 9 | } |
| 10 | |
| 11 | /// Puts the table of the inner function to stack library |
| 12 | pub fn u4_push_modulo_table_stack(stack: &mut StackTracker) -> StackVariable { |