EnterBlock
This commit is contained in:
@ -25,5 +25,10 @@ namespace ARMeilleure.CodeGen.Loong64
|
||||
|
||||
Assembler = new Assembler(_stream);
|
||||
}
|
||||
|
||||
public void EnterBlock(BasicBlock block)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -95,7 +95,7 @@ namespace ARMeilleure.CodeGen.Loong64
|
||||
|
||||
bool relocatable = (cctx.Options & CompilerOptions.Relocatable) != 0;
|
||||
|
||||
CodeGenContext context = new(allocResult, maxCallArgs, relocatable);
|
||||
CodeGenContext context = new(allocResult);
|
||||
|
||||
UnwindInfo unwindInfo = WritePrologue(context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user