* config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
[deliverable/binutils-gdb.git] / gdb / core.c
index 3d399f8fc4adf1df54c134d020d212b9f09033ff..134a9af5bd79a252e116459a89a26d9e5dbee439 100644 (file)
@@ -136,7 +136,7 @@ memory_error (status, memaddr)
      int status;
      CORE_ADDR memaddr;
 {
-
+  /* FIXME-32x64--casting CORE_ADDR to unsigned long */
   if (status == EIO)
     {
       /* Actually, address between memaddr and memaddr + len
This page took 0.023567 seconds and 4 git commands to generate.