ARM: fix mismatched new/delete.
This commit is contained in:
parent
25822ee655
commit
a3232b534b
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class SrsOp : public MightBeMicro
|
|||
virtual
|
||||
~SrsOp()
|
||||
{
|
||||
delete uops;
|
||||
delete [] uops;
|
||||
}
|
||||
|
||||
StaticInstPtr
|
||||
|
|
Loading…
Reference in a new issue