mirror of https://github.com/mgba-emu/mgba.git
Fix missing value for divide precedence
This commit is contained in:
parent
4638e4a017
commit
5958d8c0da
|
@ -260,6 +260,7 @@ static const int _operatorPrecedence[] = {
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
|
0,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue