Correct comment.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2018-08-30 12:15:48 +02:00
parent 041c65d63e
commit 8215c4e984
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -1200,7 +1200,7 @@ struct ph7_vm {
SyMutex *pMutex; /* Recursive mutex associated with VM. */
#endif
ph7 *pEngine; /* Interpreter that own this VM */
SySet aInstrSet; /* Instructions debug container */
SySet aInstrSet; /* Instructions debugging container */
SySet aByteCode; /* Default bytecode container */
SySet *pByteContainer; /* Current bytecode container */
VmFrame *pFrame; /* Stack of active frames */