Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jcl/source/common/JclLogic.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@ function TestBit(const Value: Int64; const Bit: TBitRange): Boolean;
BT RAX, RDX
SETC AL
end;
{$ENDIF ~PUREPASCAL}
{$ENDIF CPU64}

function TestBitBuffer(const Value; const Bit: Cardinal): Boolean;
{$IFDEF PUREPASCAL}
Expand Down