1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-01-10 06:30:41 +00:00

Fix status print for Apple ///

This commit is contained in:
dschmenk 2023-02-27 11:59:12 -08:00
parent cd0126477b
commit 79287f2c51

View File

@ -1313,12 +1313,12 @@ def parse_module#0
init_idglobal
init_idlocal
puts("Data+Code buffer size = "); puti(codebufsz); putln; putln
puts(@modfile);
puts(@modfile); putln
if nextln
//
// Compile module
//
puts("\nDATA:");
puts("DATA:");
while parse_mods; nextln; loop
while parse_vars(GLOBAL_TYPE, FALSE); nextln; loop
emit_codeseg