]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/low_trace.h
xnu-344.tar.gz
[apple/xnu.git] / osfmk / ppc / low_trace.h
index 3f7515a2ad9c4ea18adb763874b06fa03debc421..30bbf3f98e5e0f42cea49723763926c9fd70582e 100644 (file)
@@ -61,8 +61,8 @@ typedef struct LowTraceRecord {
 
 typedef struct traceWork {
 
-       unsigned int traceMask;                         /* Types to be traced */
        unsigned int traceCurr;                         /* Address of next slot */
+       unsigned int traceMask;                         /* Types to be traced */
        unsigned int traceStart;                        /* Start of trace table */
        unsigned int traceEnd;                          /* End of trace table */
        unsigned int traceMsnd;                         /* Saved trace mask */
@@ -70,6 +70,7 @@ typedef struct traceWork {
 } traceWork;
 
 extern traceWork trcWork;
+extern unsigned int lastTrace;                 /* Value of low-level exception trace controls */
 
 
 #endif /* ifndef _LOW_TRACE_H_ */