mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 23:52:26 +00:00
This, of course, should be inline to gain any benefit from the slightly-tortured private implementation.
This commit is contained in:
parent
b642d9f712
commit
c26349624c
@ -20,7 +20,7 @@ class ConcreteAllRAMProcessor: public AllRAMProcessor, public Processor<Concrete
|
||||
set_power_on(false);
|
||||
}
|
||||
|
||||
int perform_bus_operation(BusOperation operation, uint16_t address, uint8_t *value) {
|
||||
inline int perform_bus_operation(BusOperation operation, uint16_t address, uint8_t *value) {
|
||||
timestamp_++;
|
||||
|
||||
if(operation == BusOperation::ReadOpcode) {
|
||||
|
Loading…
Reference in New Issue
Block a user