ARM: fix mismatched new/delete.

This commit is contained in:
Ali Saidi 2011-01-18 16:30:01 -06:00
parent 25822ee655
commit a3232b534b

View file

@ -150,7 +150,7 @@ class SrsOp : public MightBeMicro
virtual virtual
~SrsOp() ~SrsOp()
{ {
delete uops; delete [] uops;
} }
StaticInstPtr StaticInstPtr