Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[mono][arm] Fix rethrow instruction size
It is the same as throw
  • Loading branch information
BrzVlad authored and github-actions committed Sep 29, 2022
commit c15b766e036d6893bbb2f9ca92c424f72121f04d
2 changes: 1 addition & 1 deletion src/mono/mono/mini/cpu-arm.mdesc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ seq_point: len:52 clob:c
il_seq_point: len:0

throw: src1:i len:24
rethrow: src1:i len:20
rethrow: src1:i len:24
start_handler: len:20
endfinally: len:32
call_handler: len:16 clob:c
Expand Down