compiler: make package exports self-contained
This commit is contained in:
@@ -2276,7 +2276,7 @@ fn cgletbody(c: *cgen, n: *syntax.node, off: i32) void = {
|
||||
};
|
||||
emitline("\tMOVQ\tAX, DI\n");
|
||||
emitline("\tCALL\t");
|
||||
emitline(ffiresolve(c, "malloc"));
|
||||
emitline(allocresolve(c));
|
||||
emitline("(SB)\n");
|
||||
if (viatryunw) {
|
||||
let okl: str = mklabel(c, "tryunw_ok");
|
||||
|
||||
Reference in New Issue
Block a user