sim: avr: move global state to sim/cpu state
authorMike Frysinger <vapier@gentoo.org>
Sun, 22 Nov 2015 06:00:57 +0000 (22:00 -0800)
committerMike Frysinger <vapier@gentoo.org>
Sun, 22 Nov 2015 06:12:21 +0000 (01:12 -0500)
commit82d442c6c67e42c1697b07aa7ac2b323baf333c0
tree5590bc3ff7f6628793b06e0335c0eec817b4a00d
parent807eaf04cb4ba3c1e5529069ac78af6d9969a5b0
sim: avr: move global state to sim/cpu state

We don't want global variables in the sim as all state should be in the
sim state or in the cpu state.  This pushes down all that logic for avr.
sim/avr/ChangeLog
sim/avr/interp.c
sim/avr/sim-main.h
This page took 0.024482 seconds and 4 git commands to generate.