mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08:00
2002-10-24 Martin M. Hunt <hunt@redhat.com>
* utils.c (string_to_core_addr): Revert patch from 11 Oct.
This commit is contained in:
@ -2698,8 +2698,6 @@ string_to_core_addr (const char *my_string)
|
||||
internal_error (__FILE__, __LINE__, "invalid decimal");
|
||||
}
|
||||
}
|
||||
if (INTEGER_TO_ADDRESS_P ())
|
||||
addr = INTEGER_TO_ADDRESS (builtin_type_void_data_ptr, &addr);
|
||||
return addr;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user