Ignore:
Timestamp:
Nov 14, 2001, 1:30:46 PM (24 years ago)
Author:
phaller
Message:

replaced heap alloc by stack alloc

File:
1 edited

Legend:

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

    r7326 r7334  
    1 /* $Id: thread.cpp,v 1.34 2001-11-12 23:04:56 phaller Exp $ */
     1/* $Id: thread.cpp,v 1.35 2001-11-14 12:30:44 phaller Exp $ */
    22
    33/*
     
    153153char* WIN32API dbg_GetLastCallerName()
    154154{
     155#ifdef DEBUG
    155156  // retrieve last caller name from stack
    156157  TEB *teb;
     
    167168    }
    168169  }
     170#endif
    169171 
    170172  return NULL;
Note: See TracChangeset for help on using the changeset viewer.