Add detection of IMB and IMBRange SWIs.
[deliverable/binutils-gdb.git] / gdb / ser-e7kpc.c
index 8be5db9b691d8846ce628c9b47ce01a6ad11602d..fae08594c0660250055dfc9122214af5fcc4013f 100644 (file)
@@ -300,7 +300,7 @@ dosasync_write (fd, buf, len)
   ((short *)dummy)[3] = 0;
   for (i = 0; i < len ; i++) 
     {
-      dummy[8 + i ^ 1] = buf[i];
+      dummy[(8 + i) ^ 1] = buf[i];
     }
 
   /* Wait for the card to get ready */
This page took 0.023401 seconds and 4 git commands to generate.