mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-11 10:26:44 +00:00
Add a default constructor/destructor for ReaderOptionsPECOFF
llvm-svn: 160740
This commit is contained in:
parent
cef9a618b1
commit
ad58efd69a
@ -386,6 +386,12 @@ Reader *createReaderPECOFF(const ReaderOptionsPECOFF &options) {
|
||||
return new ReaderCOFF(options);
|
||||
}
|
||||
|
||||
ReaderOptionsPECOFF::ReaderOptionsPECOFF() {
|
||||
}
|
||||
|
||||
ReaderOptionsPECOFF::~ReaderOptionsPECOFF() {
|
||||
}
|
||||
|
||||
} // namespace lld
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user