| 3561 | return sc->T; |
| 3562 | } |
| 3563 | |
| 3564 | static inline void dump_stack_reset(scheme *sc) |
| 3565 | { |
| 3566 | /* in this implementation, sc->dump is the number of frames on the stack */ |
| 3567 | sc->dump = (pointer)0; |
| 3568 | } |
| 3569 | |
| 3570 | static inline void dump_stack_initialize(scheme *sc) |
no outgoing calls
no test coverage detected