From a02b8222faea0cb083a5f42df67d004af8a458f2 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 30 Jul 2023 16:29:56 -0400 Subject: [PATCH] Fix stack usage of PER. --- Processors/65816/Implementation/65816Storage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Processors/65816/Implementation/65816Storage.cpp b/Processors/65816/Implementation/65816Storage.cpp index df9dfcd75..72651a19e 100644 --- a/Processors/65816/Implementation/65816Storage.cpp +++ b/Processors/65816/Implementation/65816Storage.cpp @@ -730,8 +730,8 @@ struct CPU::WDC65816::ProcessorStorageConstructor { target(OperationConstructPER); - target(CyclePush); // AAH. - target(CyclePush); // AAL. + target(CyclePushNotEmulation); // AAH. + target(CyclePushNotEmulation); // AAL. } // 22g. Stack; s, RTI.