Ignore:
Timestamp:
Feb 8, 2001, 11:23:40 AM (25 years ago)
Author:
sandervl
Message:

console + rtlunwind bugfixes

File:
1 edited

Legend:

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

    r4224 r5070  
    1 ; $Id: exceptutil.asm,v 1.11 2000-09-08 18:07:49 sandervl Exp $
     1; $Id: exceptutil.asm,v 1.12 2001-02-08 10:23:40 sandervl Exp $
    22
    33;/*
     
    5353
    5454_RtlUnwind@16 proc near
    55         ; fudge return address
    56         push eax
    57         mov  eax, dword ptr [esp+12]
    58         mov  dword ptr [esp+4], eax
    59         pop  eax
    60 
    6155        push dword ptr [esp+4]  ;PWINEXCEPTION_FRAME  pEndFrame
    6256        push dword ptr [esp+12] ;LPVOID unusedEip
Note: See TracChangeset for help on using the changeset viewer.