Index: hw/pflash_cfi02.c =================================================================== RCS file: /sources/qemu/qemu/hw/pflash_cfi02.c,v retrieving revision 1.2 diff -u -u -r1.2 pflash_cfi02.c --- hw/pflash_cfi02.c 4 Jul 2006 09:46:31 -0000 1.2 +++ hw/pflash_cfi02.c 24 Jul 2006 09:09:42 -0000 @@ -135,7 +135,6 @@ #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