diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-10-19 12:45:55 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-10-19 12:45:55 +0200 |
| commit | 70eab55cdefafa877ef9488182fbf7d680902259 (patch) | |
| tree | 56a1691c54adb13a26a0414a9546295554ba4c4d /boot/stage14.elna | |
| parent | c6531ba3988d297e08ffa543686d68455b00b26d (diff) | |
| download | elna-70eab55cdefafa877ef9488182fbf7d680902259.tar.gz | |
Parse statement lists
Diffstat (limited to 'boot/stage14.elna')
| -rw-r--r-- | boot/stage14.elna | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/boot/stage14.elna b/boot/stage14.elna index 9a6e18b..e7e8811 100644 --- a/boot/stage14.elna +++ b/boot/stage14.elna @@ -1598,8 +1598,8 @@ begin _lexer_read_token(@token_kind); if token_kind <> _lexer_token_kind_assignment() then - (* Else we assume this is a zeroed 102400 bytes big array. *) - _write_z(" .zero 102400\0") + (* Else we assume this is a zeroed 819200 bytes big array. *) + _write_z(" .zero 819200\0") else (* Skip the assignment sign with surrounding whitespaces. *) _lexer_skip_token(); @@ -3038,7 +3038,7 @@ begin .start_read; (* Second argument is buffer size. Modifying update the source_code definition. *) - last_read := _read_file(offset, 102400); + last_read := _read_file(offset, 819200); if last_read > 0 then offset := offset + last_read; goto .start_read |
