Skip to content

Commit aacf2b6

Browse files
authored
Fix JITDUMP alignment of promoted fields (#68076)
1 parent 4247dd6 commit aacf2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/gentree.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11310,7 +11310,7 @@ void Compiler::gtDispLeaf(GenTree* tree, IndentStack* indentStack)
1131011310
}
1131111311

1131211312
printf("\n");
11313-
printf(" ");
11313+
printf(" ");
1131411314
printIndent(indentStack);
1131511315
printf(" %-6s V%02u.%s (offs=0x%02x) -> ", varTypeName(fieldVarDsc->TypeGet()),
1131611316
tree->AsLclVarCommon()->GetLclNum(), fieldName, fieldVarDsc->lvFldOffset);

0 commit comments

Comments
 (0)