nasmlib: fix nasm_str[n]icmp()
commitedc510a115806527f64b90f5f865e1dfb478d731
authorH. Peter Anvin <hpa@zytor.com>
Sun, 29 Jun 2008 01:31:08 +0000 (28 18:31 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 29 Jun 2008 01:31:08 +0000 (28 18:31 -0700)
tree65c65d94ada280e90c0ea52f4a7a4862df84de38
parent538002dc01a5911d70870b94b074c9ff8983d545
nasmlib: fix nasm_str[n]icmp()

Fix nasm_str[n]icmp() on platforms which don't have this function
natively.

XXX: Given the new nasm_tolower() implementation, we should consider
if this might actually be a faster function than the platform-native
one.
nasmlib.c