Skip to content

Commit 94f6f13

Browse files
authored
Merge pull request #1226 from Unity-Technologies/unity-master-fix-1172987
Increase max size of localloc and localloc_imm on amd64. (mono#15374)
2 parents 17790f1 + 5fca739 commit 94f6f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mono/mini/cpu-amd64.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ cgt: dest:c len:8
112112
cgt.un: dest:c len:8
113113
clt: dest:c len:8
114114
clt.un: dest:c len:8
115-
localloc: dest:i src1:i len:96
115+
localloc: dest:i src1:i len:120
116116
compare: src1:i src2:i len:3
117117
lcompare: src1:i src2:i len:3
118118
icompare: src1:i src2:i len:3
@@ -561,7 +561,7 @@ vcall2_membase: src1:b len:64 clob:c
561561

562562
dyn_call: src1:i src2:i len:192 clob:c
563563

564-
localloc_imm: dest:i len:96
564+
localloc_imm: dest:i len:120
565565

566566
load_mem: dest:i len:16
567567
loadi8_mem: dest:i len:16

0 commit comments

Comments
 (0)