Commit f34578d
committed
create_property_list has a gap in logic.
When property has DPCTL_ENABLE_PROFILING bit set, but does not have DPCTL_IN_ORDER bit,
the test (property & (DPCTL_ENABLE_PROFILING | DPCTL_IN_ORDER)) is true, and the
propertly list includes both properties, but should only have one.1 parent e7befdf commit f34578d
1 file changed
+10
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| |||
0 commit comments