mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-20 10:17:05 +00:00
Fix stack usage of RTL.
This commit is contained in:
@@ -754,9 +754,9 @@ struct CPU::WDC65816::ProcessorStorageConstructor {
|
||||
target(CycleFetchPCThrowaway); // IO.
|
||||
target(CycleFetchPCThrowaway); // IO.
|
||||
|
||||
target(CyclePull); // New PCL.
|
||||
target(CyclePull); // New PCH.
|
||||
target(CyclePull); // New PBR.
|
||||
target(CyclePullNotEmulation); // New PCL.
|
||||
target(CyclePullNotEmulation); // New PCH.
|
||||
target(CyclePullNotEmulation); // New PBR.
|
||||
|
||||
target(OperationPerform); // [RTL]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user