Ignore:
Timestamp:
May 20, 2002, 3:48:51 PM (23 years ago)
Author:
sandervl
Message:

more logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winexebase.cpp

    r7811 r8457  
    1 /* $Id: winexebase.cpp,v 1.19 2002-02-06 16:33:38 sandervl Exp $ */
     1/* $Id: winexebase.cpp,v 1.20 2002-05-20 13:48:51 sandervl Exp $ */
    22
    33/*
     
    101101        io_init1();
    102102  }
    103   dprintf(("Start executable %X\n", WinExe));
     103#ifdef DEBUG
     104  TEB *teb = GetThreadTEB();
     105  dprintf(("Start executable %x\n", WinExe));
     106  dprintf(("Stack top 0x%x, stack end 0x%x", teb->stack_top, teb->stack_low));
     107#endif
    104108
    105109  fExeStarted  = TRUE;
Note: See TracChangeset for help on using the changeset viewer.