| 1189 | |
| 1190 | template<class T> |
| 1191 | void SubProcessor<T>::pop_stack(const ArgVector& results) |
| 1192 | { |
| 1193 | auto char2 = T::clear::characteristic_two; |
| 1194 | S.pop_stack(results, char2 ? SGF2N : SINT); |
| 1195 | C.pop_stack(results, char2 ? CGF2N : CINT); |
| 1196 | } |
| 1197 | |
| 1198 | template<class sint, class sgf2n> |
| 1199 | void Processor<sint, sgf2n>::call_tape(int tape_number, int arg, |