diff options
author | Blue Swirl | 2010-03-27 08:26:16 +0100 |
---|---|---|
committer | Blue Swirl | 2010-03-27 08:26:16 +0100 |
commit | b970ea8f8d7d05c4abd3e46afc207a585f941be1 (patch) | |
tree | ae23730331fda794b6134367d0b1baa651e31be9 /hw/mips_int.c | |
parent | Fix build (diff) | |
download | qemu-b970ea8f8d7d05c4abd3e46afc207a585f941be1.tar.gz qemu-b970ea8f8d7d05c4abd3e46afc207a585f941be1.tar.xz qemu-b970ea8f8d7d05c4abd3e46afc207a585f941be1.zip |
Compile some MIPS devices only once
Move CPU specific declarations to a separate file.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/mips_int.c')
-rw-r--r-- | hw/mips_int.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mips_int.c b/hw/mips_int.c index 87204ee19c..c30954caaf 100644 --- a/hw/mips_int.c +++ b/hw/mips_int.c @@ -21,7 +21,7 @@ */ #include "hw.h" -#include "mips.h" +#include "mips_cpudevs.h" #include "cpu.h" /* Raise IRQ to CPU if necessary. It must be called every time the active |