mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-20 10:17:05 +00:00
Fix PEI stack usage.
This commit is contained in:
@@ -718,8 +718,8 @@ struct CPU::WDC65816::ProcessorStorageConstructor {
|
||||
|
||||
target(CycleFetchIncrementData); // AAL.
|
||||
target(CycleFetchData); // AAH.
|
||||
target(CyclePush); // AAH.
|
||||
target(CyclePush); // AAL.
|
||||
target(CyclePushNotEmulation); // AAH.
|
||||
target(CyclePushNotEmulation); // AAL.
|
||||
}
|
||||
|
||||
// 22f. Stack; s, PER.
|
||||
|
||||
Reference in New Issue
Block a user