Fix losing top 32 bits of MethodInfo.VirtualAddress
This commit is contained in:
@@ -58,7 +58,7 @@ namespace Il2CppInspector.Reflection
|
||||
}
|
||||
|
||||
// Remove ARM Thumb marker LSB if necessary
|
||||
VirtualAddress &= 0xfffffffe;
|
||||
VirtualAddress &= 0xffff_ffff_ffff_fffe;
|
||||
|
||||
HasBody = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user