mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 07:32:24 +00:00
Update bootstrap source
This commit is contained in:
parent
63817939ec
commit
b04514a198
20 changed files with 70 additions and 55 deletions
|
|
@ -1733,11 +1733,11 @@ void Texts_Store (Files_Rider *r, ADDRESS *r__typ, Texts_Text T)
|
|||
delta = (*(Texts_Piece*)&u)->len;
|
||||
while (delta > 1024) {
|
||||
Files_ReadBytes(&r1, Files_Rider__typ, (void*)block, 1024, 1024);
|
||||
Files_WriteBytes(&msg.r, Files_Rider__typ, (void*)block, 1024, 1024);
|
||||
Files_WriteBytes(&msg.r, Files_Rider__typ, block, 1024, 1024);
|
||||
delta -= 1024;
|
||||
}
|
||||
Files_ReadBytes(&r1, Files_Rider__typ, (void*)block, 1024, delta);
|
||||
Files_WriteBytes(&msg.r, Files_Rider__typ, (void*)block, 1024, delta);
|
||||
Files_WriteBytes(&msg.r, Files_Rider__typ, block, 1024, delta);
|
||||
}
|
||||
} else __WITHCHK;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue