diff --git a/src/coreclr/inc/corjitflags.h b/src/coreclr/inc/corjitflags.h index 89d6ba7b33c05..b106385805382 100644 --- a/src/coreclr/inc/corjitflags.h +++ b/src/coreclr/inc/corjitflags.h @@ -92,7 +92,7 @@ class CORJIT_FLAGS CORJIT_FLAG_NO_INLINING = 42, // JIT should not inline any called method into this method #if defined(TARGET_ARM) - CORJIT_FLAG_SOFTFP_ABI = 43, // JIT should generate PC-relative address computations instead of EE relocation records + CORJIT_FLAG_SOFTFP_ABI = 43, // On ARM should enable armel calling convention #else // !defined(TARGET_ARM) CORJIT_FLAG_UNUSED16 = 43, #endif // !defined(TARGET_ARM)