mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
Update boostrap source
This commit is contained in:
parent
6d957bf0bb
commit
b1dc7d77e8
201 changed files with 242 additions and 225 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* voc 1.95 [2016/07/21] for gcc LP64 on cygwin tskSfF */
|
||||
/* voc 1.95 [2016/07/22] for gcc LP64 on cygwin tskSfF */
|
||||
#define LARGE
|
||||
#include "SYSTEM.h"
|
||||
|
||||
|
|
@ -580,7 +580,7 @@ void Heap_FINALL (void)
|
|||
static void Heap_MarkStack (LONGINT n, LONGINT *cand, LONGINT cand__len)
|
||||
{
|
||||
SYSTEM_PTR frame;
|
||||
LONGINT inc, nofcand, sp, p, stack0, ptr;
|
||||
LONGINT inc, nofcand, sp, p, stack0;
|
||||
struct Heap__1 align;
|
||||
if (n > 0) {
|
||||
Heap_MarkStack(n - 1, cand, cand__len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue