]> Git Repo - qemu.git/blobdiff - hw/arm/pxa2xx_pic.c
hw/arm/pxa2xx: Mark coprocessor registers as ARM_CP_IO
[qemu.git] / hw / arm / pxa2xx_pic.c
index 9cfc7148748b5f2062553d2e7855f7fa37411023..d41ac9341696dbd56aefeea54d9e6ebbd87b19ad 100644 (file)
@@ -232,7 +232,7 @@ static void pxa2xx_pic_cp_write(CPUARMState *env, const ARMCPRegInfo *ri,
 
 #define REGINFO_FOR_PIC_CP(NAME, CRN) \
     { .name = NAME, .cp = 6, .crn = CRN, .crm = 0, .opc1 = 0, .opc2 = 0, \
-      .access = PL1_RW, \
+      .access = PL1_RW, .type = ARM_CP_IO, \
       .readfn = pxa2xx_pic_cp_read, .writefn = pxa2xx_pic_cp_write }
 
 static const ARMCPRegInfo pxa_pic_cp_reginfo[] = {
This page took 0.023269 seconds and 4 git commands to generate.