commit | 3c688828bcb3afa2744e1f1729a40eef4a575b56 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sat May 21 07:55:24 2011 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Jun 26 18:25:21 2011 +0000 |
tree | 2b6ea7233dc7dca637734fbe6227056fc9ff1fa0 | |
parent | e694d4e289b05d0c9b118850eff961aa9ca33183 [diff] |
m68k: use caller supplied CPUState for interrupt related stuff Pass CPUState to do_interrupt(). This is needed by later patches. It would be cleaner to move the function to helper.c, but there are a few dependencies between do_interrupt() and other functions. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>