mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
Use SYSTEM.ADDRESS in libraries. Build all with -O2. Support INC(a,b) for any int a,b that support a:=a+b.
This commit is contained in:
parent
f1cbbdba28
commit
22a4f8e263
92 changed files with 2752 additions and 2695 deletions
|
|
@ -23,7 +23,7 @@ typedef
|
|||
typedef
|
||||
struct Heap_ModuleDesc {
|
||||
int64 _prvt0;
|
||||
char _prvt1[72];
|
||||
char _prvt1[56];
|
||||
} Heap_ModuleDesc;
|
||||
|
||||
typedef
|
||||
|
|
@ -32,7 +32,7 @@ typedef
|
|||
|
||||
import SYSTEM_PTR Heap_modules;
|
||||
import address Heap_allocated, Heap_heapsize;
|
||||
import int32 Heap_FileCount;
|
||||
import int16 Heap_FileCount;
|
||||
|
||||
import address *Heap_ModuleDesc__typ;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue