File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5285,7 +5285,8 @@ positive. Otherwise, traps.
5285
5285
5286
5286
This operation must be atomic with respect to the final ``strong_release `` on
5287
5287
the operand (source) heap object. It need not be atomic with respect to
5288
- ``store_unowned `` or ``load_unowned `` operations on the same address.
5288
+ ``store_unowned `` or ``load_unowned ``/``strong_copy_unowned_value `` operations
5289
+ on the same address.
5289
5290
5290
5291
store_unowned
5291
5292
`````````````
@@ -5305,7 +5306,8 @@ The storage must be initialized iff ``[init]`` is not specified.
5305
5306
5306
5307
This operation must be atomic with respect to the final ``strong_release `` on
5307
5308
the operand (source) heap object. It need not be atomic with respect to
5308
- ``store_unowned `` or ``load_unowned `` operations on the same address.
5309
+ ``store_unowned `` or ``load_unowned ``/``strong_copy_unowned_value `` operations
5310
+ on the same address.
5309
5311
5310
5312
5311
5313
fix_lifetime
You can’t perform that action at this time.
0 commit comments