* fix typo in comment

This commit is contained in:
Sven/Sarah Barth 2023-06-30 17:02:37 +02:00
parent d5c1533377
commit 3dc64dd67e

View File

@ -58,7 +58,7 @@ interface
(to prevent it from potentially happening again in a wrong context in case of constant propagation or so) }
cnf_ignore_visibility, { internally generated call that should ignore visibility checks }
cnf_check_fpu_exceptions, { after the call fpu exceptions shall be checked }
cnf_ignore_devirt_wpo { ignore this call for devirtualisatio info tracking: calls to newinstance generated by the compiler do not result in extra class types being instanced }
cnf_ignore_devirt_wpo { ignore this call for devirtualisation info tracking: calls to newinstance generated by the compiler do not result in extra class types being instanced }
);
tcallnodeflags = set of tcallnodeflag;