diff options
-rw-r--r-- | hw/pflash_cfi02.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pflash_cfi02.c b/hw/pflash_cfi02.c index ee2f63a1a0..0db8b56454 100644 --- a/hw/pflash_cfi02.c +++ b/hw/pflash_cfi02.c @@ -135,7 +135,6 @@ static uint32_t pflash_read (pflash_t *pfl, target_ulong offset, int width) #else ret = p[offset]; ret |= p[offset + 1] << 8; - ret |= p[offset + 1] << 8; ret |= p[offset + 2] << 16; ret |= p[offset + 3] << 24; #endif |