mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
import gdb-1999-11-16 snapshot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user