mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-22 16:29:10 +02:00
rtl: added pfAddress,pfReference
This commit is contained in:
parent
9c0888194f
commit
726d0d3b3d
@ -159,8 +159,9 @@ type
|
|||||||
pfVar, // 2^0 = 1
|
pfVar, // 2^0 = 1
|
||||||
pfConst, // 2^1 = 2
|
pfConst, // 2^1 = 2
|
||||||
pfOut, // 2^2 = 4
|
pfOut, // 2^2 = 4
|
||||||
pfArray // 2^3 = 8
|
pfArray, // 2^3 = 8
|
||||||
//pfAddress,pfReference,
|
pfAddress, // 2^4 = 16
|
||||||
|
pfReference // 2^5 = 32
|
||||||
);
|
);
|
||||||
TParamFlags = set of TParamFlag;
|
TParamFlags = set of TParamFlag;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user