stackElement Struct Reference
An element in the call stack.
More...
#include <interpreter.h>
|
Data Fields |
|
uint32_t | address |
| | Address of the current element.
|
|
struct stackElement * | under |
| | The element below the current element.
|
Detailed Description
An element in the call stack.
The documentation for this struct was generated from the following file: