Remove useless fields in pVm.
The build was successful. Ayrıntılar

Bu işleme şunda yer alıyor:
Rafal Kupiec 2018-09-11 17:52:28 +02:00
ebeveyn 58b7ceeae9
işleme 1e5538fc67
İmzalayan: belliash
GPG Anahtar Kimliği: 4E829243E0CFE6B4
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme

Dosyayı Görüntüle

@ -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 */