Fix wrong method call on Clz_V
This commit is contained in:
parent
af21f0c73d
commit
e8a65ad4a7
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ namespace ARMeilleure.Instructions
|
|||
}
|
||||
else
|
||||
{
|
||||
MethodInfo info = typeof(SoftFallback).GetMethod(nameof(SoftFallback.CountLeadingSigns));
|
||||
MethodInfo info = typeof(SoftFallback).GetMethod(nameof(SoftFallback.CountLeadingZeros));
|
||||
|
||||
de = context.Call(info, ne, Const(eSize));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue