Skip to content

Commit e92b859

Browse files
committed
Fix build break
1 parent 7e9a325 commit e92b859

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/coreclr/jit/compiler.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3244,9 +3244,6 @@ void Compiler::compInitOptions(JitFlags* jitFlags)
32443244
#elif defined(ARM_SOFTFP)
32453245
// Armel is unconditionally enabled in the JIT. Verify that the VM side agrees.
32463246
assert(jitFlags->IsSet(JitFlags::JIT_FLAG_SOFTFP_ABI));
3247-
#else
3248-
// Not ARM, or normal armhf abi compilation
3249-
assert(!jitFlags->IsSet(JitFlags::JIT_FLAG_SOFTFP_ABI));
32503247
#endif // CONFIGURABLE_ARM_ABI
32513248

32523249
opts.compScopeInfo = opts.compDbgInfo;

0 commit comments

Comments
 (0)