Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Pointer to context (-2 for current context) |
R1 | Pointer to 25-word area as described under FPEmulator_SaveContext |
Exit | |
---|---|
- | - |
The purpose of this call is to load a floating point context with a specified set of register and FPSR values, destroying any pending or incompletely processed exception in the process.
This call should almost always be preceded by one to FPEmulator_Abort you can create chaos in the floating point system by calling FPEmulator_LoadContext while there is a pending or incompletely processed exception.
Contexts are only available from FPEmulator 4.12 and later.
This call did not work correctly until version 4.17 of the FPEmulator module.