+ added internal error in taicpu.gencode.WriteNN to catch unhandled asm instructions

git-svn-id: trunk@45286 -
This commit is contained in:
nickysn 2020-05-06 00:38:55 +00:00
parent 997184778a
commit 0caba1e84d

View File

@ -519,7 +519,9 @@ implementation
else
InternalError(2020050602);
end;
end;
end
else
InternalError(2020050613);
end;
InternalError(2020050403);
end;