gpu: fix out of bounds access bug
Review Request #3301 - Created Jan. 27, 2016 and updated - Latest diff uploaded
| Information | |
|---|---|
| John Kalamatianos | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11392:99a062300ca6 --------------------------- gpu: fix out of bounds access bug Out of bounds access bug to GPU Dynamic instruction data is fixed. HSAIL instructions can have up to 4 src or dst operands and the member variable holding data had not been sized to account for the worst case scenario.
