Skip to content

Commit 517978e

Browse files
committed
fix rebase whitespace
1 parent d90d17c commit 517978e

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/mono/mono/mini/interp/interp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7623,6 +7623,7 @@ MINT_IN_CASE(MINT_BRTRUE_I8_SP) ZEROP_SP(gint64, !=); MINT_IN_BREAK;
76237623
MINT_IN_BREAK;
76247624
}
76257625
#endif
7626+
76267627
#if !USE_COMPUTED_GOTO
76277628
default:
76287629
interp_error_xsx ("Unimplemented opcode: %04x %s at 0x%x\n", *ip, mono_interp_opname (*ip), GPTRDIFF_TO_INT (ip - frame->imethod->code));

src/mono/mono/mini/interp/mintops.def

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,5 +806,3 @@ OPDEF(MINT_METADATA_UPDATE_LDFLDA, "metadata_update.ldflda", 5, 1, 1, MintOpTwoS
806806
OPDEF(MINT_TIER_PREPARE_JITERPRETER, "tier_prepare_jiterpreter", 3, 0, 0, MintOpInt)
807807
OPDEF(MINT_TIER_NOP_JITERPRETER, "tier_nop_jiterpreter", 3, 0, 0, MintOpInt)
808808
OPDEF(MINT_TIER_ENTER_JITERPRETER, "tier_enter_jiterpreter", 3, 0, 0, MintOpInt)
809-
810-

src/mono/mono/mini/interp/transform.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6229,7 +6229,6 @@ generate_code (TransformData *td, MonoMethod *method, MonoMethodHeader *header,
62296229
td->ip += 5;
62306230
break;
62316231
}
6232-
62336232
int opcode = MINT_STFLD_I1 + mt - MINT_TYPE_I1;
62346233
#ifdef NO_UNALIGNED_ACCESS
62356234
if ((mt == MINT_TYPE_I8 || mt == MINT_TYPE_R8) && field->offset % SIZEOF_VOID_P != 0)

0 commit comments

Comments
 (0)