com32: the keyboard map size is in CX not in DX
authorH. Peter Anvin <hpa@zytor.com>
Wed, 8 Apr 2009 23:17:55 +0000 (16:17 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 8 Apr 2009 23:17:55 +0000 (16:17 -0700)
commit8831801a61b87ed9a138d2155f26db6ce012cc41
treef94e64e5a03cb67cc88d5eaf7849fe4c410a7224
parentaeea1c1bdab66787caaf81adf369d7d96e59e9cb
com32: the keyboard map size is in CX not in DX

Impact: fixes kbdmap.c32

The keyboard map size is passed in CX, not in DX.  Fix typo in
libcom32.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/lib/syslinux/keyboard.c