Skip to content

Commit

Permalink
Fix comment (#77226)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara authored Oct 24, 2022
1 parent cc140fc commit 2d8379d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/inc/corjitflags.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2d8379d

Please sign in to comment.