Public Attributes | |
| const FCLInstructionVector * | source = nullptr |
| uint32 | restart = 0 |
| uint32 | resumeTick = 0 |
| Common::HashMap< uint32, FCLKit16Loop > | loops |
| bool | running = false |
| FCLPredicateState | predicate = FCLPredicateState(true) |
Public Attributes inherited from Freescape::FCLExecutionFrame | |
| const FCLInstructionVector * | code |
| uint32 | ip = 0 |
Additional Inherited Members | |
Public Member Functions inherited from Freescape::FCLExecutionFrame | |
| FCLExecutionFrame (const FCLInstructionVector *instructions=nullptr) | |