Remove vararg processing & align stack

This commit is contained in:
Roman Venediktov 2024-02-02 17:24:40 +01:00
parent 0aea081841
commit 3ae187683a
3 changed files with 27 additions and 51 deletions

View file

@ -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;
}