Skip to content

Commit e815fe3

Browse files
author
Dmitry Gorbachev
committed
Fix REL build, part 2.
svn path=/trunk/; revision=45539
1 parent cca78c7 commit e815fe3

File tree

1 file changed

+3
-2
lines changed
  • reactos/boot/freeldr/freeldr/comm

1 file changed

+3
-2
lines changed

reactos/boot/freeldr/freeldr/comm/rs232.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ VOID Rs232PortPutByte(UCHAR ByteToSend)
277277
WRITE_PORT_UCHAR (SER_THR(Rs232PortBase), ByteToSend);
278278
}
279279

280+
#endif /* DBG */
281+
280282
BOOLEAN Rs232PortInUse(ULONG Base)
281283
{
282284
#if DBG
@@ -286,5 +288,4 @@ BOOLEAN Rs232PortInUse(ULONG Base)
286288
#endif
287289
}
288290

289-
#endif /* DBG */
290-
#endif
291+
#endif /* not _M_ARM */

0 commit comments

Comments
 (0)