1
0
Fork 0

parity table isn't static anymore

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1035
This commit is contained in:
Sjoerd van der Berg 2003-06-02 21:19:08 +00:00
parent 1169165d7f
commit 74c8142695

View file

@ -544,7 +544,7 @@ again:
return false;
}
static bool parity_lookup[256] = {
bool parity_lookup[256] = {
1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1,
0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0,
0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0,