* serial.h (SERIAL_ASYNC): Delete.
[deliverable/binutils-gdb.git] / gdb / sparclet-rom.c
index ea2c1580cedd3b84993c59ba95b901e8cbd64cfd..071bf89f2a2a77b1b0986a1b91b586718332c6b1 100644 (file)
@@ -173,7 +173,7 @@ sparclet_load (struct serial *desc, char *file, int hashmark)
 
            bfd_get_section_contents (abfd, s, buf, i, numbytes);
 
-           SERIAL_WRITE (desc, buf, numbytes);
+           serial_write (desc, buf, numbytes);
 
            if (hashmark)
              {
This page took 0.024045 seconds and 4 git commands to generate.