Skip to content

Commit

Permalink
Untabify
Browse files Browse the repository at this point in the history
  • Loading branch information
limingliu-ampere committed Nov 15, 2024
1 parent 27cd49a commit 1a666ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/aarch64/vm_version_aarch64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void VM_Version::initialize() {
FLAG_SET_DEFAULT(OnSpinWaitInstCount, 2);
}
if (FLAG_IS_DEFAULT(CodeEntryAlignment) &&
(_model == CPU_MODEL_AMPERE_1A || _model == CPU_MODEL_AMPERE_1B)) {
(_model == CPU_MODEL_AMPERE_1A || _model == CPU_MODEL_AMPERE_1B)) {
FLAG_SET_DEFAULT(CodeEntryAlignment, 32);
}
}
Expand Down

0 comments on commit 1a666ac

Please sign in to comment.