modify state and show event stage in case of breaks

This commit is contained in:
Sinaei 2023-08-07 17:08:15 +09:00
parent 1ed3b5078f
commit a37d3b2541
18 changed files with 630 additions and 589 deletions

View file

@ -57,8 +57,8 @@ typedef struct ACTION_BUFFER {
long long unsigned Tag;
long long unsigned CurrentAction;
char ImmediatelySendTheResults;
char CallingStage;
long long unsigned Context;
char CallingStage;
} ACTION_BUFFER, *PACTION_BUFFER;