File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -510,14 +510,13 @@ IR::Instr* LinearScanMD::GeneratorBailIn::GenerateBailIn(IR::Instr* resumeLabelI
510
510
LinearScan::InsertMove (LowererMD::CreateStackArgumentsSlotOpnd (this ->func ), this ->rcxRegOpnd , instrAfter);
511
511
}
512
512
513
- BailInInsertionPoint insertionPoint
514
- {
513
+ BailInInsertionPoint insertionPoint = {
515
514
nullptr , /* raxRestoreInstr */
516
515
instrAfter, /* instrInsertStackSym */
517
516
instrAfter /* instrInsertRegSym */
518
517
};
519
518
520
- SaveInitializedRegister saveInitializedReg { false /* rax */ , false /* rcx */ };
519
+ SaveInitializedRegister saveInitializedReg = { false /* rax */ , false /* rcx */ };
521
520
522
521
// 4) Restore symbols
523
522
// - We don't need to restore argObjSyms because StackArgs is currently not enabled
You can’t perform that action at this time.
0 commit comments