Commit ee431af
rtl: fix missing reset on ddstrb in jpeg_rle
ddstrb had no reset, risking spurious go assertion to jpeg_rle1
immediately after reset release, corrupting the first JPEG block.
Signed-off-by: Ashnaa Seth <ashnaaseth2325@gmail.com>
Signed-off-by: ashnaaseth2325-oss <ashnaaseth2325@gmail.com>
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>1 parent ae73a7d commit ee431af
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
0 commit comments