mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 12:01:59 +02:00
+ added internal error in taicpu.gencode.WriteNN to catch unhandled asm instructions
git-svn-id: trunk@45286 -
This commit is contained in:
parent
997184778a
commit
0caba1e84d
@ -519,7 +519,9 @@ implementation
|
||||
else
|
||||
InternalError(2020050602);
|
||||
end;
|
||||
end;
|
||||
end
|
||||
else
|
||||
InternalError(2020050613);
|
||||
end;
|
||||
InternalError(2020050403);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user