mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
import gdb-19990422 snapshot
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user