mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 02:52:24 +00:00
Update bootstrap C source.
This commit is contained in:
parent
a2d98748b6
commit
fb3017e3e2
20 changed files with 455 additions and 40 deletions
|
|
@ -172,7 +172,7 @@ void Files_DumpFile (Files_File f, INT16 indent)
|
|||
Out_Ln();
|
||||
Files_Spaces(indent);
|
||||
Out_String((CHAR*)"next: ", 15);
|
||||
Out_Int((INT32)(ADDRESS)f->next, 1);
|
||||
Out_Hex((INT32)(ADDRESS)f->next, 1);
|
||||
Out_Ln();
|
||||
}
|
||||
|
||||
|
|
@ -196,8 +196,8 @@ void Files_DumpBuffer (Files_Buffer b, INT16 indent)
|
|||
Out_Ln();
|
||||
Files_Spaces(indent);
|
||||
Out_String((CHAR*)"data: ", 7);
|
||||
Out_String((CHAR*)"...", 4);
|
||||
Out_Ln();
|
||||
Out_HexDump((void*)b->data, 4096);
|
||||
Files_Spaces(indent);
|
||||
Out_String((CHAR*)"f: ", 7);
|
||||
if (b->f == NIL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue