File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -218,9 +218,6 @@ typedef struct _KDP_DEBUG_MODE
218
218
UCHAR Serial :1 ;
219
219
UCHAR File :1 ;
220
220
UCHAR Bochs :1 ;
221
-
222
- /* Currently Supported Wrappers */
223
- UCHAR Pice :1 ;
224
221
};
225
222
226
223
/* Generic Value */
Original file line number Diff line number Diff line change @@ -106,18 +106,6 @@ KdpGetDebugMode(PCHAR Currentp2)
106
106
p2 += 5 ;
107
107
KdpDebugMode .Bochs = TRUE;
108
108
}
109
- /* Check for PICE Debugging */
110
- else if (!_strnicmp (p2 , "PICE" , 4 ))
111
- {
112
- /* Enable it */
113
- p2 += 4 ;
114
- KdpDebugMode .Pice = TRUE;
115
-
116
- /* Enable Debugging */
117
- KdDebuggerNotPresent = FALSE;
118
- KdDebuggerEnabled = TRUE;
119
- SharedUserData -> KdDebuggerEnabled = TRUE;
120
- }
121
109
122
110
return p2 ;
123
111
}
You can’t perform that action at this time.
0 commit comments