summaryrefslogtreecommitdiff
path: root/src/jit/registerarm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/registerarm.h')
-rw-r--r--src/jit/registerarm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jit/registerarm.h b/src/jit/registerarm.h
index 950c81462c..38b82c26f2 100644
--- a/src/jit/registerarm.h
+++ b/src/jit/registerarm.h
@@ -2,6 +2,8 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
+// clang-format off
+
/*****************************************************************************/
/*****************************************************************************/
#ifndef REGDEF
@@ -80,3 +82,5 @@ REGDEF(STK, 32+FPBASE, 0x0000, "STK")
#undef REGDEF
#undef REGALIAS
/*****************************************************************************/
+
+// clang-format on