1d4cc154b0
The various struct pipe_sequence were not located in memory accessible to user mode. With optimization turned on, they weren't in memory at all, but with code coverage enabled the arrays were actually being read, resulting in memory access failures from user mode. Fix them by placing in ROM, they never get modified. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
pipe | ||
pipe_api |