X Tutup
Skip to content

Commit f32fc73

Browse files
committed
Minor
1 parent 6e62a6b commit f32fc73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ScriptEngine.pas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6004,6 +6004,8 @@ procedure TSEVM.Exec;
60046004
Push(SEMapGet(B^, A^));
60056005
sevkPascalObject:
60066006
Push(B^.GetProp(A^));
6007+
else
6008+
Push(0);
60076009
end;
60086010
Inc(CodePtrLocal, 2);
60096011
DispatchGoto;

0 commit comments

Comments
 (0)
X Tutup