Actions
Bug #6068
closedlibdisasm: previnstr arch op should have a sane default
Start date:
2015-07-20
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
Instead of forcing every architecture backend to implement a "go back n instructions" function, provide a sane (although possibly sub-optimal) default. The current x86 implementation of this function is very generic, so we can use that.
Updated by Electric Monk over 6 years ago
- Status changed from New to Closed
- % Done changed from 80 to 100
git commit 038db8fb497789ea9b367f771544442507cede18
commit 038db8fb497789ea9b367f771544442507cede18 Author: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Date: 2015-11-09T21:56:19.000Z 6068 libdisasm: previnstr arch op should have a sane default Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions