mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Remove vararg processing & align stack
This commit is contained in:
parent
0aea081841
commit
3ae187683a
3 changed files with 27 additions and 51 deletions
|
|
@ -870,8 +870,6 @@ extern void *Bsexp (aint bn, ...) {
|
|||
va_end(args);
|
||||
|
||||
POST_GC();
|
||||
// printf("bsexp: %s", de_hash(((sexp *)r)->tag));
|
||||
// fflush(stdout);
|
||||
return (void *)((data *)r)->contents;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue