Ignore:
Timestamp:
Sep 30, 2007, 11:41:15 PM (18 years ago)
Author:
bird
Message:

Fixed some unwinding stuff on msc+amd64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kProfiler2/prfcore.h.h

    r3566 r3593  
    270270    /** Stack address of this frame.
    271271     * This is used to detect throw and longjmp, and is also used to deal with overflow. (relative address) */
    272     KPRF_TYPE(,UPTR)       uFramePtr;
     272    KPRF_TYPE(,UPTR)       uFramePtr;
    273273    /** Offset (relative to the profiler header) to the function record.
    274274     * This is 0 if we're out of function space. */
     
    293293    /** The stack frames.
    294294     * The actual size of this array is specified in the header. */
    295     KPRF_TYPE(,FRAME)          aFrames[1];
     295    KPRF_TYPE(,FRAME)          aFrames[1];
    296296} KPRF_TYPE(,STACK);
    297297/** Pointer to a stack. */
Note: See TracChangeset for help on using the changeset viewer.