ifcpu64: fix handing with less than three arguments
authorH. Peter Anvin <hpa@zytor.com>
Mon, 16 Feb 2009 00:32:12 +0000 (16:32 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 16 Feb 2009 00:34:33 +0000 (16:34 -0800)
commit26830a4972f3f45a142d00e1d1ad221f6657629f
treeeb1204c22c973229ed254092503cec22d79a9e61
parentea0d56724ee73a558ca85a3febb8eff3bc627eb1
ifcpu64: fix handing with less than three arguments

Due to a silly coding error, when passed with only two arguments we
would use them in order 1 -- 2 -- 1 instead of 1 -- 2 -- 2 as was
intended.  Fix.

Reported-by: Luciano Miguel Ferreira Rocha <strange@nsk.no-ip.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/modules/ifcpu64.c