Changeset 4020 for trunk/src


Ignore:
Timestamp:
Aug 15, 2000, 7:59:46 PM (25 years ago)
Author:
sandervl
Message:

push bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/exceptutil.asm

    r3483 r4020  
    1 ; $Id: exceptutil.asm,v 1.7 2000-05-02 20:53:12 sandervl Exp $
     1; $Id: exceptutil.asm,v 1.8 2000-08-15 17:59:46 sandervl Exp $
    22
    33;/*
     
    2222        push dword ptr [esp+16] ;return address
    2323        push esp
    24         sub  dword ptr [esp-4], 20
     24        sub  dword ptr [esp], 20
    2525        push ebp
    2626        pushfd
     
    3232        push esi
    3333        xor  eax, eax
    34         mov  eax, cs    ;does 'push cs' push a dword??
     34        mov  eax, cs
    3535        push eax
    3636        mov  eax, ds
     
    5959        push dword ptr [esp+16] ;return address
    6060        push esp
    61         sub  dword ptr [esp-4], 20
     61        sub  dword ptr [esp], 20
    6262        push ebp
    6363        pushfd
     
    6969        push esi
    7070        xor  eax, eax
    71         mov  eax, cs    ;does 'push cs' push a dword??
     71        mov  eax, cs
    7272        push eax
    7373        mov  eax, ds
Note: See TracChangeset for help on using the changeset viewer.