import gdb-1999-11-16 snapshot
[deliverable/binutils-gdb.git] / gdb / corefile.c
index 3a5ef9aa340e526048ff74618aba319d198211ae..f41cc55b66edc902b7213cded949d6352330d3c4 100644 (file)
@@ -236,11 +236,9 @@ memory_error (status, memaddr)
      int status;
      CORE_ADDR memaddr;
 {
-  GDB_FILE *tmp_stream = tui_sfileopen (130);
+  struct gdb_file *tmp_stream = mem_fileopen ();
   make_cleanup_gdb_file_delete (tmp_stream);
 
-  error_begin ();
-
   if (status == EIO)
     {
       /* Actually, address between memaddr and memaddr + len
This page took 0.038384 seconds and 4 git commands to generate.