Ignore:
Timestamp:
Apr 13, 2000, 8:46:15 PM (26 years ago)
Author:
sandervl
Message:

div fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/crtdll/asmhlp.asm

    r2177 r3370  
    1 ; $Id: asmhlp.asm,v 1.1 1999-12-21 12:27:11 sandervl Exp $
     1; $Id: asmhlp.asm,v 1.2 2000-04-13 18:46:15 sandervl Exp $
    22
    33.586P
     
    1414_POP_FPU endp
    1515
     16public          _SetEDX
     17_SetEDX proc near
     18        mov     edx, [esp+4];
     19        ret
     20_SetEDX endp
     21
    1622CODE32          ENDS
    1723
Note: See TracChangeset for help on using the changeset viewer.