getc: move parseint_esdi out of the getint control flow
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 20 Mar 2009 20:41:58 +0000 (13:41 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 20 Mar 2009 20:41:58 +0000 (13:41 -0700)
commitec90083cc6f7513d68807e19f893dbb27d2a45aa
treecdd7ac92d3d46bc30ae52965621464bfbc451d26
parent2653670c79b4ac954c1907b627a7a2a97664de7d
getc: move parseint_esdi out of the getint control flow

parseint_esdi was located in the middle of the getint -> parseint fall
through, with expectedly disastrous results.
core/getc.inc