mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 14:32:24 +00:00
Update bootstrap C sources.
This commit is contained in:
parent
4444d06e4e
commit
d9fb831fcf
185 changed files with 1040 additions and 695 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* voc 2.00 [2016/12/11]. Bootstrapping compiler for address size 8, alignment 8. xtspaSF */
|
||||
/* voc 2.00 [2016/12/12]. Bootstrapping compiler for address size 8, alignment 8. xtspaSF */
|
||||
|
||||
#define SHORTINT INT8
|
||||
#define INTEGER INT16
|
||||
|
|
@ -390,6 +390,7 @@ void Texts_DumpReader (Texts_Reader re)
|
|||
Texts_DumpRun(re.run);
|
||||
}
|
||||
}
|
||||
Out_DumpType((void*)&*re.run, 20);
|
||||
}
|
||||
|
||||
static Texts_FontsFont Texts_FontsThis (CHAR *name, ADDRESS name__len)
|
||||
|
|
@ -1566,8 +1567,8 @@ static void LoadElem__22 (Files_Rider *r, ADDRESS *r__typ, INT32 pos, INT32 span
|
|||
|
||||
static void LoadElem__22 (Files_Rider *r, ADDRESS *r__typ, INT32 pos, INT32 span, Texts_Elem *e)
|
||||
{
|
||||
Modules_Module M = NIL;
|
||||
Modules_Command Cmd;
|
||||
Heap_Module M = NIL;
|
||||
Heap_Command Cmd;
|
||||
Texts_Alien a = NIL;
|
||||
INT32 org, ew, eh;
|
||||
INT8 eno;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue