Skip to content

Commit

Permalink
[mono][interp] Fix jiterp build
Browse files Browse the repository at this point in the history
  • Loading branch information
BrzVlad committed Jun 15, 2023
1 parent e9353b5 commit 5bbd003
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/mono/mono/mini/interp/jiterpreter-opcode-values.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,6 @@ OP(MINT_SHL_AND_I8, HIGH)
// information, so treat it as a low value branch
OP(MINT_ENDFINALLY, BRANCH)

OP(MINT_ICALL_V_P, ABORT_OUTSIDE_BRANCH_BLOCK_NONE)
OP(MINT_ICALL_V_V, ABORT_OUTSIDE_BRANCH_BLOCK_NONE)
OP(MINT_ICALL_P_P, ABORT_OUTSIDE_BRANCH_BLOCK_NONE)
OP(MINT_ICALL_P_V, ABORT_OUTSIDE_BRANCH_BLOCK_NONE)
OP(MINT_ICALL_PP_V, ABORT_OUTSIDE_BRANCH_BLOCK_NONE)
OP(MINT_ICALL_PP_P, ABORT_OUTSIDE_BRANCH_BLOCK_NONE)
OP(MINT_MONO_RETHROW, ABORT_OUTSIDE_BRANCH_BLOCK_NONE)
OP(MINT_THROW, ABORT_OUTSIDE_BRANCH_BLOCK_NONE)

Expand Down

0 comments on commit 5bbd003

Please sign in to comment.