summaryrefslogtreecommitdiff
path: root/ldlinux.asm
diff options
context:
space:
mode:
Diffstat (limited to 'ldlinux.asm')
-rw-r--r--ldlinux.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/ldlinux.asm b/ldlinux.asm
index d1a065c9..c9b723b7 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -1290,6 +1290,9 @@ pc_serial: call getint ; "serial" command
jc .nobaud
.valid_baud:
push ebx
+ call skipspace
+ jc .parse_baud
+ call ungetc
call getint ; Hardware flow control?
jnc .valid_flow
xor bl,bl ; Default -> no flow control