Update OpCodeTable.cs
This commit is contained in:
parent
2a5558a32c
commit
ed9deba9d2
1 changed files with 3 additions and 3 deletions
|
@ -544,7 +544,7 @@ namespace ChocolArm64
|
||||||
|
|
||||||
foreach (var inst in _allInstA64)
|
foreach (var inst in _allInstA64)
|
||||||
{
|
{
|
||||||
int mask = ToFastLookupIndex(inst.Mask);
|
int mask = ToFastLookupIndex(inst.Mask);
|
||||||
int value = ToFastLookupIndex(inst.Value);
|
int value = ToFastLookupIndex(inst.Value);
|
||||||
|
|
||||||
for (int i = 0; i < _fastLookupSize; i++)
|
for (int i = 0; i < _fastLookupSize; i++)
|
||||||
|
@ -665,8 +665,8 @@ namespace ChocolArm64
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void InsertInst(
|
private static void InsertInst(
|
||||||
int xMask,
|
int xMask,
|
||||||
int value,
|
int value,
|
||||||
Inst inst,
|
Inst inst,
|
||||||
ExecutionMode mode)
|
ExecutionMode mode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue