We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b50c7a commit c0dc2a4Copy full SHA for c0dc2a4
compiler-rt/lib/builtins/aarch64/sme-abi.S
@@ -286,15 +286,14 @@ DEFINE_COMPILERRT_FUNCTION(__arm_sme_save)
286
// Store ZT0
287
str zt0, [x18]
288
add x18, x18, #64
289
- b 1f
290
291
1:
292
// Set up lazy-save (x18 = pointer to buffer)
293
rdsvl x17, #1
294
str x18, [x0, #16]!
295
strh w17, [x0, #8]
296
- stur wzr, [x0, #10]
297
- strh wzr, [x0, #14]
+ strh wzr, [x0, #10]
+ str wzr, [x0, #12]
298
msr TPIDR2_EL0, x0
299
300
2:
0 commit comments