mirror of
https://github.com/byteworksinc/ORCA-Pascal.git
synced 2025-02-17 20:30:33 +00:00
Merge pull request #7 from ksherlock/patch0003
pragma debug $1 doesn't enable profiling code
This commit is contained in:
commit
fcbf1b7896
@ -693,6 +693,7 @@ var
|
|||||||
val := GetInteger;
|
val := GetInteger;
|
||||||
debugFlag := odd(val);
|
debugFlag := odd(val);
|
||||||
profileFlag := (val & $0002) <> 0;
|
profileFlag := (val & $0002) <> 0;
|
||||||
|
profileFlag := profileFlag or debugFlag;
|
||||||
end; {DoDebug}
|
end; {DoDebug}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user