Remove useless fields in pVm.
The build was successful. Papildu informācija

This commit is contained in:
Rafal Kupiec 2018-09-11 17:52:28 +02:00
vecāks 58b7ceeae9
revīzija 1e5538fc67
Parakstījis: belliash
GPG atslēgas ID: 4E829243E0CFE6B4
1 mainīti faili ar 0 papildinājumiem un 2 dzēšanām

Parādīt failu

@ -1236,8 +1236,6 @@ struct ph7_vm {
sxu32 nRefSize; /* apRefObj[] size */
sxu32 nRefUsed; /* Total entries in apRefObj[] */
SySet aSelf; /* 'self' stack used for static member access [i.e: self::MyConstant] */
ph7_hashmap *pGlobal; /* $GLOBALS hashmap */
sxu32 nGlobalIdx; /* $GLOBALS index */
sxi32 iExitStatus; /* Script exit status */
ph7_gen_state sCodeGen; /* Code generator module */
ph7_vm *pNext, *pPrev; /* List of active VM's */