InterpreterEntry refinements

This commit is contained in:
Yoshi Askharoun
2023-08-22 02:04:19 -05:00
parent d0b65a58d7
commit a4c47e611a
3 changed files with 58 additions and 3 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ namespace Microsoft.Iris.Markup
int typeIndex = reader.ReadUInt16();
TypeSchema typeSchema = importTables.TypeImports[typeIndex];
entry.Parameters.Add(new InterpreterObject("type", typeof(TypeSchema),
typeSchema, InstructionObjectSource.TypeImports));
typeSchema, InstructionObjectSource.TypeImports, typeIndex));
object newObj = typeSchema.ConstructDefault();