Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
10/16/2014
This global variable is used as a flag to tell the kernel when the save/restore of coprocessor registers is performed.
Syntax
DWORD fSaveCoProcReg;
Parameters
None.
Return Value
None.
Remarks
To enable the save/restore coprocessor registers, set the variable in the OAL to true:
g_pOemGlobal->fSaveCoProcReg = TRUE;Both cbCoProcRegSize and this variable must be set to a value greater than zero for the OAL functions to be called.
The fSaveCoProcReg member of OEMGLOBAL is used as a flag to turn on and off save or restore coprocessor registers. This can change over time because the need to save registers changes.
Requirements
Header |
Developer Implemented |