Ignore:
Timestamp:
Feb 18, 2003, 12:38:30 PM (23 years ago)
Author:
sandervl
Message:

Touch last stack page using ESP. (just in case)

File:
1 edited

Legend:

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

    r9780 r9822  
    1 ; $Id: exceptutil.asm,v 1.23 2003-02-10 16:05:39 sandervl Exp $
     1; $Id: exceptutil.asm,v 1.24 2003-02-18 11:38:30 sandervl Exp $
    22
    33;/*
     
    187187        sub     esp, 16
    188188
     189        ;also touch this page
     190        mov     eax, dword ptr [esp]
     191
    189192@goodthreadstack:
    190193
     
    229232        mov     esp, edx
    230233        sub     esp, 16
     234
     235        ;also touch this page
     236        mov     eax, dword ptr [esp]
    231237
    232238@goodmainstack:
Note: See TracChangeset for help on using the changeset viewer.