m5: removed master and slave deletions.
The unresolved destructor call caused a seg fault when called.
This commit is contained in:
parent
4d731a522d
commit
f54790977b
1 changed files with 0 additions and 2 deletions
|
@ -75,8 +75,6 @@ IdeController::Channel::Channel(
|
||||||
|
|
||||||
IdeController::Channel::~Channel()
|
IdeController::Channel::~Channel()
|
||||||
{
|
{
|
||||||
delete master;
|
|
||||||
delete slave;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
IdeController::IdeController(Params *p)
|
IdeController::IdeController(Params *p)
|
||||||
|
|
Loading…
Reference in a new issue