diff options
author | Jordan Justen <[email protected]> | 2017-03-28 12:03:37 -0700 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2017-04-06 13:26:08 -0700 |
commit | d5bd0e411ede67f5c56f95ae4d905d8d94c9be2f (patch) | |
tree | 10be56421c5957e546e47dbdcde8406a463a039f /install-lib-links.mk | |
parent | 7c33372f82707d42293b1772d53ab50a2f56d6a3 (diff) |
intel/gen_decoder: return -1 for unknown command formats
Decoding with aubinator encountered a command of 0xffffffff. With the
previous code, it caused aubinator to jump 255 + 2 dwords to start
decoding again.
Instead we can attempt to detect the known instruction formats. If the
format is not recognized, then we can advance just 1 dword.
v2:
* Update aubinator_error_decode
* Actually convert the length variable returned into a *signed* integer
in aubinator.c, intel_batchbuffer.c and aubinator_error_decode.c.
Signed-off-by: Jordan Justen <[email protected]>
Acked-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'install-lib-links.mk')
0 files changed, 0 insertions, 0 deletions