Skip to content

Commit dde2edb

Browse files
[mono][arm] Fix rethrow instruction size (#76393)
It is the same as throw Co-authored-by: Vlad Brezae <[email protected]>
1 parent 15b4005 commit dde2edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/mono/mini/cpu-arm.mdesc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ seq_point: len:52 clob:c
6060
il_seq_point: len:0
6161

6262
throw: src1:i len:24
63-
rethrow: src1:i len:20
63+
rethrow: src1:i len:24
6464
start_handler: len:20
6565
endfinally: len:32
6666
call_handler: len:16 clob:c

0 commit comments

Comments
 (0)