Skip to content
Snippets Groups Projects
Commit d073de85 authored by Antonio Flores Montoya's avatar Antonio Flores Montoya
Browse files

add missing method

parent ad985d5f
No related branches found
No related tags found
1 merge request!3Collect pointer locations and add a decode instruction method
......@@ -162,7 +162,9 @@ class FDEContents_t
FDEContents_t(const FDEContents_t&) {}
public:
virtual ~FDEContents_t() {}
virtual uint64_t getPosition() const =0;
virtual uint64_t getLength() const =0;
virtual uint64_t getStartAddress() const =0;
virtual uint64_t getEndAddress() const =0;
virtual const CIEContents_t& getCIE() const =0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment