Skip to content

Commit

Permalink
Merge branch 'master' of /Users/marcelk/Projects/Gigatron-1/Design/th…
Browse files Browse the repository at this point in the history
…eloop
  • Loading branch information
kervinck committed May 19, 2019
2 parents 30adb2a + a6168c6 commit fc66452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Utils/lcc/src/gt1.md
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,7 @@ static void local(Symbol p) {
debug(fprint(stderr, "local %s of size %d @ offset %d\n", p->name, p->type->size, offset));
p->x.name = stringd(offset);
offset += p->type->size;
assert(offset < 0x10000lu); // Catch only big overruns. Default stack is much smaller.
}
}
static void function(Symbol f, Symbol caller[], Symbol callee[], int n) {
Expand Down

0 comments on commit fc66452

Please sign in to comment.