mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-24 22:25:11 +00:00
target/mips/internal: Perform comparison pass with qemu
Keeps code and formatting in sync with qemu
This commit is contained in:
parent
05089ecb12
commit
4e8a1f8d6b
|
@ -7,6 +7,7 @@
|
||||||
#ifndef MIPS_INTERNAL_H
|
#ifndef MIPS_INTERNAL_H
|
||||||
#define MIPS_INTERNAL_H
|
#define MIPS_INTERNAL_H
|
||||||
|
|
||||||
|
|
||||||
/* MMU types, the first four entries have the same layout as the
|
/* MMU types, the first four entries have the same layout as the
|
||||||
CP0C0_MT field. */
|
CP0C0_MT field. */
|
||||||
enum mips_mmu_types {
|
enum mips_mmu_types {
|
||||||
|
|
Loading…
Reference in a new issue