File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -188,23 +188,6 @@ KdpTrap(IN PKTRAP_FRAME TrapFrame,
188
188
return TRUE;
189
189
}
190
190
191
- BOOLEAN
192
- NTAPI
193
- KdpStub (IN PKTRAP_FRAME TrapFrame ,
194
- IN PKEXCEPTION_FRAME ExceptionFrame ,
195
- IN PEXCEPTION_RECORD ExceptionRecord ,
196
- IN PCONTEXT ContextRecord ,
197
- IN KPROCESSOR_MODE PreviousMode ,
198
- IN BOOLEAN SecondChanceException )
199
- {
200
- return KdpTrap (TrapFrame ,
201
- ExceptionFrame ,
202
- ExceptionRecord ,
203
- ContextRecord ,
204
- PreviousMode ,
205
- SecondChanceException );
206
- }
207
-
208
191
/* PUBLIC FUNCTIONS *********************************************************/
209
192
210
193
static PCHAR
Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ KdpTrap(IN PKTRAP_FRAME TrapFrame,
261
261
/* Return TRUE or FALSE to caller */
262
262
return Handled ;
263
263
}
264
+ #endif
264
265
265
266
BOOLEAN
266
267
NTAPI
@@ -312,7 +313,6 @@ KdpStub(IN PKTRAP_FRAME TrapFrame,
312
313
return FALSE;
313
314
}
314
315
}
315
- #endif
316
316
317
317
BOOLEAN
318
318
NTAPI
You can’t perform that action at this time.
0 commit comments