mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
Accidentally missed one breakpoint from the previous debugging session.
svn path=/trunk/; revision=10306
This commit is contained in:
parent
c0dd64494d
commit
c14c59021f
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: main.c,v 1.3 2004/07/29 04:09:06 arty Exp $
|
||||
/* $Id: main.c,v 1.4 2004/07/29 04:10:53 arty Exp $
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: drivers/net/afd/afd/main.c
|
||||
|
@ -51,8 +51,6 @@ AfdCreateSocket(PDEVICE_OBJECT DeviceObject, PIRP Irp,
|
|||
PWCHAR EaInfoValue;
|
||||
UINT Disposition, i;
|
||||
|
||||
__asm("int3");
|
||||
|
||||
AFD_DbgPrint(MID_TRACE,
|
||||
("AfdCreate(DeviceObject %p Irp %p)\n", DeviceObject, Irp));
|
||||
|
||||
|
|
Loading…
Reference in a new issue