You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.187
Former-commit-id: 5d639ac69dc1ce3fc1d4431cd659bacef06fb55a
This commit is contained in:
parent
4730215017
commit
22441cc9fb
@ -226,6 +226,8 @@ namespace IKVM.Reflection.Reader
|
||||
return (ManifestResourceTable.Index << 24) + (codedIndex >> 5);
|
||||
case 19:
|
||||
return (GenericParamTable.Index << 24) + (codedIndex >> 5);
|
||||
case 20:
|
||||
return (GenericParamConstraintTable.Index << 24) + (codedIndex >> 5);
|
||||
default:
|
||||
throw new BadImageFormatException();
|
||||
}
|
||||
|
Reference in New Issue
Block a user