|
|
@@ -1580,6 +1580,7 @@ end;
|
|
|
|
|
|
packrecords : shortint;
|
|
|
maxfpuregisters : shortint;
|
|
|
+ verbosity : longint;
|
|
|
|
|
|
cputype,
|
|
|
optimizecputype : tcputype;
|
|
|
@@ -2152,6 +2153,7 @@ var
|
|
|
|
|
|
packrecords:=gettokenbufshortint;
|
|
|
maxfpuregisters:=gettokenbufshortint;
|
|
|
+ verbosity:=gettokenbuflongint;
|
|
|
|
|
|
cputype:=tcputype(tokenreadenum(sizeof(tcputype)));
|
|
|
optimizecputype:=tcputype(tokenreadenum(sizeof(tcputype)));
|
|
|
@@ -2209,6 +2211,7 @@ var
|
|
|
|
|
|
packrecords : shortint;
|
|
|
maxfpuregisters : shortint;
|
|
|
+ verbosity : longint;
|
|
|
|
|
|
cputype,
|
|
|
optimizecputype,
|