mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:39:25 +02:00
* updated according to compiler/compinnr.inc
This commit is contained in:
parent
ff36adb056
commit
7793f8aa27
@ -53,6 +53,15 @@ const
|
||||
in_assert_x_y = 41;
|
||||
in_addr_x = 42;
|
||||
in_typeinfo_x = 43;
|
||||
in_setlength_x = 44;
|
||||
in_finalize_x = 45;
|
||||
in_new_x = 46;
|
||||
in_dispose_x = 47;
|
||||
in_exit = 48;
|
||||
in_copy_x = 49;
|
||||
in_initialize_x = 50;
|
||||
in_leave = 51; {macpas}
|
||||
in_cycle = 52; {macpas}
|
||||
|
||||
{ Internal constant functions }
|
||||
in_const_trunc = 100;
|
||||
@ -102,7 +111,10 @@ const
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.6 2004-02-02 20:39:27 florian
|
||||
Revision 1.7 2004-07-05 21:59:18 olle
|
||||
* updated according to compiler/compinnr.inc
|
||||
|
||||
Revision 1.6 2004/02/02 20:39:27 florian
|
||||
+ added prefetch(const mem)
|
||||
|
||||
Revision 1.5 2002/11/18 18:33:51 peter
|
||||
|
Loading…
Reference in New Issue
Block a user