Merge pull request #7 from ksherlock/patch0003

pragma debug $1 doesn't enable profiling code
This commit is contained in:
MikeW50 2018-03-25 15:14:40 -06:00 committed by GitHub
commit fcbf1b7896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -693,6 +693,7 @@ var
val := GetInteger;
debugFlag := odd(val);
profileFlag := (val & $0002) <> 0;
profileFlag := profileFlag or debugFlag;
end; {DoDebug}