summaryrefslogtreecommitdiff
path: root/src/jit/register.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/register.h')
-rw-r--r--src/jit/register.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jit/register.h b/src/jit/register.h
index d5f8b44920..9e351037fd 100644
--- a/src/jit/register.h
+++ b/src/jit/register.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
@@ -118,3 +120,5 @@ REGDEF(STK, 16+XMMBASE, 0x0000, "STK" )
#undef REGALIAS
#undef XMMMASK
/*****************************************************************************/
+
+// clang-format on