File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -575,14 +575,14 @@ final internal class __VaListBuilder {
575
575
_fromUnsafeMutablePointer: UnsafeMutableRawPointer (
576
576
Builtin . addressof ( & self . header) ) )
577
577
#elseif arch(arm64)
578
- let vr_top = storage. _baseAddress + ( _fpRegisterWords * _countFPRegisters)
579
- let gr_top = vr_top + _countGPRegisters
580
-
581
- return CVaListPointer ( __stack: gr_top,
582
- __gr_top: gr_top,
583
- __vr_top: vr_top,
584
- __gr_off: - 64 ,
585
- __vr_off: - 128 )
578
+ let vr_top = unsafe storage. _baseAddress + ( _fpRegisterWords * _countFPRegisters)
579
+ let gr_top = unsafe vr_top + _countGPRegisters
580
+
581
+ return unsafe CVaListPointer ( __stack: gr_top,
582
+ __gr_top: gr_top,
583
+ __vr_top: vr_top,
584
+ __gr_off: - 64 ,
585
+ __vr_off: - 128 )
586
586
#endif
587
587
}
588
588
}
You can’t perform that action at this time.
0 commit comments