- Added EG(saved_fpu_cw_ptr) initialization

This commit is contained in:
Felipe Pena 2010-07-10 13:56:33 +00:00
parent c7b0abe6aa
commit 25710a406d

View File

@ -548,6 +548,7 @@ static void executor_globals_ctor(zend_executor_globals *executor_globals TSRMLS
EG(current_module) = NULL;
EG(exit_status) = 0;
EG(saved_fpu_cw) = NULL;
EG(saved_fpu_cw_ptr) = NULL;
EG(active) = 0;
}
/* }}} */