Skip to content

Commit e1b6523

Browse files
committed
format fix
1 parent 7ca6ee7 commit e1b6523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,11 @@ class ExegesisAArch64Target : public ExegesisTarget {
234234
// since authentication checks are bypassed.
235235
if ((long)PacKeys != 0) {
236236
// Operate on all keys.
237-
const long KeysToControl =
237+
const long KeysToControl =
238238
PR_PAC_APIAKEY | PR_PAC_APIBKEY | PR_PAC_APDAKEY | PR_PAC_APDBKEY;
239239
// Disable all.
240240
const long EnabledBitMask = 0;
241-
if (prctl_wrapper(PR_PAC_SET_ENABLED_KEYS, KeysToControl,
241+
if (prctl_wrapper(PR_PAC_SET_ENABLED_KEYS, KeysToControl,
242242
EnabledBitMask) < 0) {
243243
return "Failed to disable PAC keys";
244244
}

0 commit comments

Comments
 (0)