Skip to content

Commit 46b0a16

Browse files
authored
Fix unassigned variable in Inst.lookupRootClass (#11238)
Fixes #11237
1 parent a714efa commit 46b0a16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OMCompiler/Compiler/NFFrontEnd/NFInst.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ algorithm
354354
ErrorExt.rollBack(getInstanceName());
355355
else
356356
ErrorExt.delCheckpoint(getInstanceName());
357+
fail();
357358
end try;
358359
end try;
359360

0 commit comments

Comments
 (0)