@@ -22,16 +22,16 @@ qc.cm.push {ra}, 16
22
22
# CHECK-ERROR: :[[@LINE+1 ]]:24 : error: stack adjustment for register list must be a multiple of 16 bytes in the range [-64 , -16 ]
23
23
qc .cm.pushfp {ra, s0}, 16
24
24
25
- # CHECK-ERROR: :[[@LINE+1 ]]:25 : error: stack adjustment for register list must be a multiple of 16 bytes in the range [16 , 64 ]
25
+ # CHECK-ERROR: :[[@LINE+1 ]]:24 : error: stack adjustment for register list must be a multiple of 16 bytes in the range [16 , 64 ]
26
26
qc .cm.pop {ra, s0-s1}, -32
27
27
28
- # CHECK-ERROR: :[[@LINE+1 ]]:19 : error: stack adjustment for register list must be a multiple of 16 bytes in the range [-64 , -16 ]
28
+ # CHECK-ERROR: :[[@LINE+1 ]]:18 : error: stack adjustment for register list must be a multiple of 16 bytes in the range [-64 , -16 ]
29
29
qc .cm.push {ra}, -8
30
30
31
- # CHECK-ERROR: :[[@LINE+1 ]]:25 : error: stack adjustment for register list must be a multiple of 16 bytes in the range [-64 , -16 ]
31
+ # CHECK-ERROR: :[[@LINE+1 ]]:24 : error: stack adjustment for register list must be a multiple of 16 bytes in the range [-64 , -16 ]
32
32
qc .cm.pushfp {ra, s0}, -12
33
33
34
- # CHECK-ERROR: :[[@LINE+1 ]]:25 : error: stack adjustment for register list must be a multiple of 16 bytes in the range [16 , 64 ]
34
+ # CHECK-ERROR: :[[@LINE+1 ]]:24 : error: stack adjustment for register list must be a multiple of 16 bytes in the range [16 , 64 ]
35
35
qc .cm.pop {ra, s0-s1}, -40
36
36
37
37
# CHECK-ERROR: :[[@LINE+1 ]]:17 : error: register list must include 's0' or 'x8'
0 commit comments