Changes between Initial Version and Version 1 of Ticket #317


Ignore:
Timestamp:
Oct 23, 2014, 11:53:02 PM (10 years ago)
Author:
bird
Comment:

Just noticed that neither DosLoadModuleEx? or DosFreeModuleEx? was making any efforts to preserve the FPU CW register. This naturally affects kLibC's dlopen/dlclose implementation. Fixed this in r3906 on both trunk and branch.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #317 – Description

    initial v1  
    1 Extend the high memory 'safe' wrappers to include FPU CW safeness.  While we're at it, we should include FS safeness wrappers too.
     1Extend the high memory 'safe' wrappers to include FPU CW safeness.
    22
    33APIs that may modify FPU CW:
     
    88  - WinCreateMsgQueue
    99  - ...
    10 
    11 APIs that may modify FS:
    12   - DosGetInfoBlocks
    13   - ...