mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-16 19:08:08 +00:00
Fix stack usage of RTL.
This commit is contained in:
parent
2f7dd0b01a
commit
3ec61e8770
@ -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]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user