diff options
Diffstat (limited to 'hw/omap1.c')
-rw-r--r-- | hw/omap1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/omap1.c b/hw/omap1.c index a554d905f2..8649dbdab3 100644 --- a/hw/omap1.c +++ b/hw/omap1.c @@ -2348,7 +2348,6 @@ static void omap_clkm_write(void *opaque, target_phys_addr_t addr, return; case 0x0c: /* ARM_EWUPCT */ - diff = s->clkm.arm_ewupct ^ value; s->clkm.arm_ewupct = value & 0x003f; return; |