diff options
Diffstat (limited to 'sim/avr/sim-main.h')
-rw-r--r-- | sim/avr/sim-main.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/avr/sim-main.h b/sim/avr/sim-main.h index fc30e11..6b49b8d 100644 --- a/sim/avr/sim-main.h +++ b/sim/avr/sim-main.h @@ -24,9 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ typedef address_word sim_cia; extern unsigned int pc; -#define CIA_GET(cpu) pc -#define CIA_SET(cpu,val) (pc) = (val) - typedef struct _sim_cpu SIM_CPU; #include "sim-base.h" |