Commit 46693f2
authored
[mono][interp] Fix first arg offset computation for unoptimized newobj (#85787)
Instead of obtaining the offset directly, we were computing it as the next available offset (once the arguments were pop'ed), which was not accounting for the case where the first argument was aligned.1 parent e0ed554 commit 46693f2
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6035 | 6035 | | |
6036 | 6036 | | |
6037 | 6037 | | |
6038 | | - | |
6039 | | - | |
6040 | | - | |
| 6038 | + | |
| 6039 | + | |
| 6040 | + | |
| 6041 | + | |
| 6042 | + | |
| 6043 | + | |
| 6044 | + | |
| 6045 | + | |
| 6046 | + | |
6041 | 6047 | | |
6042 | 6048 | | |
6043 | 6049 | | |
| |||
0 commit comments