diff --git a/src/ARMeilleure/Translation/PTC/Ptc.cs b/src/ARMeilleure/Translation/PTC/Ptc.cs index 81ff899bd..b3baa4413 100644 --- a/src/ARMeilleure/Translation/PTC/Ptc.cs +++ b/src/ARMeilleure/Translation/PTC/Ptc.cs @@ -566,9 +566,7 @@ namespace ARMeilleure.Translation.PTC { if (AreCarriersEmpty() || ContainsBlacklistedFunctions()) { - _infosStream.SetLength(0); - _relocsStream.SetLength(0); - _unwindInfosStream.SetLength(0); + ResetCarriersIfNeeded(); return; }