diff --git a/Processors/68000/Implementation/68000Implementation.hpp b/Processors/68000/Implementation/68000Implementation.hpp index 434abca28..9f6f5e95d 100644 --- a/Processors/68000/Implementation/68000Implementation.hpp +++ b/Processors/68000/Implementation/68000Implementation.hpp @@ -1201,7 +1201,6 @@ template void Proces destination_bus_data_[0].full = program_counter_.full; /* Everything other than (An) */ break; } - destination_bus_data_[0].full = program_counter_.full; address_[7].full -= 4; effective_address_[1].full = address_[7].full; } break;