diff options
Diffstat (limited to 'src/include/debug.h')
-rw-r--r-- | src/include/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index 3d763d84d..226d80dd6 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -37,7 +37,7 @@ #define MEM_FILL_PATTERN 0x55
typedef struct {
- void *cse_slpdata;
+ void *cse_wtobjp;
t_time cse_time;
UWORD16 cse_state: 4;
UWORD16 cse_tid: 12;
|