diff --git a/src/coreclr/jit/jitconfigvalues.h b/src/coreclr/jit/jitconfigvalues.h index 658ba2a69186a..5f4cbd3484394 100644 --- a/src/coreclr/jit/jitconfigvalues.h +++ b/src/coreclr/jit/jitconfigvalues.h @@ -250,7 +250,7 @@ CONFIG_INTEGER(EnableIncompleteISAClass, W("EnableIncompleteISAClass"), 0) // En #endif // defined(DEBUG) #if FEATURE_LOOP_ALIGN -CONFIG_INTEGER(JitAlignLoops, W("JitAlignLoops"), 1) // If set, align inner loops +CONFIG_INTEGER(JitAlignLoops, W("JitAlignLoops"), 0) // If set, align inner loops #else CONFIG_INTEGER(JitAlignLoops, W("JitAlignLoops"), 0) #endif