mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Compile some MIPS devices only once
Move CPU specific declarations to a separate file. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
6450a334c4
commit
b970ea8f8d
15 changed files with 51 additions and 18 deletions
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
#include "hw.h"
|
||||
#include "mips.h"
|
||||
#include "mips_cpudevs.h"
|
||||
|
||||
uint64_t cpu_mips_kseg0_to_phys(void *opaque, uint64_t addr)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue