Actions
Bug #6070
closedlibdisasm: attach/detach arch ops should be optional
Start date:
2015-07-20
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Allow an architecture backend to not provide attach and detach functions. If the backend has nothing to do, there's no reason to force it to implement a pair of dummy functions.
Updated by Electric Monk almost 8 years ago
- Status changed from New to Closed
- % Done changed from 80 to 100
git commit 0c923cf7b6cda6dcbc5df1a5974bed6386c49807
commit 0c923cf7b6cda6dcbc5df1a5974bed6386c49807 Author: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Date: 2015-11-09T21:56:28.000Z 6070 libdisasm: attach/detach arch ops should be optional Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions