mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-13 22:32:03 +00:00
Added explicit signedness cast.
This commit is contained in:
parent
e90d128a26
commit
cda223ffc0
@ -339,7 +339,7 @@ Cycles Machine::perform_bus_operation(CPU::MOS6502::BusOperation operation, uint
|
||||
}
|
||||
}
|
||||
|
||||
return Cycles(cycles);
|
||||
return Cycles((int)cycles);
|
||||
}
|
||||
|
||||
void Machine::flush() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user