mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:25:52 +00:00
Remove debugging breakpoint accidentally left in
svn path=/trunk/; revision=20298
This commit is contained in:
parent
da2a71a27c
commit
d86cf51518
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ ULONG AllocateAnyPort( PPORT_SET PortSet ) {
|
|||
ULONG AllocatedPort;
|
||||
ULONG Next;
|
||||
|
||||
__asm__("int $3\n");
|
||||
if (PortSet->StartingPort + PortSet->PortsToOversee <=
|
||||
PortSet->LastAllocatedPort + 1) {
|
||||
Next = PortSet->StartingPort;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue