#97, flags, use escape system for IF and OF

This commit is contained in:
Basile Burg 2016-12-10 14:55:38 +01:00
parent cab68901df
commit 759808d832
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ type
{$ENDIF}
TFLAG = (CF, PF, AF, ZF, SF, TF, IF_, DF, OF_);
TFLAG = (CF, PF, AF, ZF, SF, TF, &IF, DF, &OF);
const FlagValues: array[TFlag] of word = (1, 4, 16, 64, 128, 256, 512, 1024, 2048);