PmBlock_s Struct Reference
Block. More...
#include <frame.h>
Data Fields | |
| PmObjDesc_t | od |
| Obligatory obj descriptor. | |
| pPmObj_t * | b_sp |
| Ptr to backup stack ptr. | |
| uint8_t const * | b_handler |
| Handler fxn obj. | |
| PmBlockType_t | b_type:8 |
| Block type. | |
| struct PmBlock_s * | next |
| Next block in stack. | |
Detailed Description
Block.
Extra info for loops and trys (others?) Frames use linked list of blocks to handle nested loops and try-catch blocks.
Definition at line 60 of file frame.h.
Field Documentation
Generated on Tue Jul 12 2022 17:07:02 by
1.7.2