mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:59:24 +02:00
- removed a comment which wasn't true anymore
git-svn-id: trunk@7472 -
This commit is contained in:
parent
79e84ba129
commit
a767e89a5b
@ -128,9 +128,6 @@ implementation
|
||||
bitstowrite: longint;
|
||||
writeval : byte;
|
||||
begin
|
||||
{ these values have to be byte swapped when cross-compiling }
|
||||
{ from one endianess to another, but this will be done }
|
||||
{ automatically by the assembler writer }
|
||||
if (bp.curbitoffset < AIntBits) then
|
||||
begin
|
||||
{ forced flush -> write multiple of loadsize }
|
||||
|
Loading…
Reference in New Issue
Block a user