mirror of
https://github.com/byteworksinc/ORCA-Pascal.git
synced 2024-11-21 09:30:50 +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;
|
||||
debugFlag := odd(val);
|
||||
profileFlag := (val & $0002) <> 0;
|
||||
profileFlag := profileFlag or debugFlag;
|
||||
end; {DoDebug}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user