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:
parent
1169165d7f
commit
74c8142695
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue