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 */
} traceWork;
extern traceWork trcWork;
+extern unsigned int lastTrace; /* Value of low-level exception trace controls */
#endif /* ifndef _LOW_TRACE_H_ */