File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -209,12 +209,17 @@ Struct Resources
209
209
::
210
210
211
211
%pr [mem 0x60000000-0x6fffffff flags 0x2200] or
212
+ [mem 0x60000000 flags 0x2200] or
212
213
[mem 0x0000000060000000-0x000000006fffffff flags 0x2200]
214
+ [mem 0x0000000060000000 flags 0x2200]
213
215
%pR [mem 0x60000000-0x6fffffff pref] or
216
+ [mem 0x60000000 pref] or
214
217
[mem 0x0000000060000000-0x000000006fffffff pref]
218
+ [mem 0x0000000060000000 pref]
215
219
216
220
For printing struct resources. The ``R `` and ``r `` specifiers result in a
217
- printed resource with (R) or without (r) a decoded flags member.
221
+ printed resource with (R) or without (r) a decoded flags member. If start is
222
+ equal to end only print the start value.
218
223
219
224
Passed by reference.
220
225
You can’t perform that action at this time.
0 commit comments