Exec cycle limit

This commit is contained in:
2026-04-24 14:42:32 +03:00
parent c907d45763
commit 14b005dbb3
4 changed files with 24 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ typedef struct {
uint8_t* resetRequest;
uint8_t* emulState;
uint64_t* clockCounter;
uint64_t* tickTarget; // 0 = run indefinitely, >0 = auto-pause at this tick
LinkedListEntry** clientsHead;
uint8_t* utilizedFlag;
OutgoingBuffers* outBufs;