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:
Martin Hunt 2002-10-24 23:46:09 +00:00
parent 28f4629825
commit e8d96a5d56
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-10-24 Martin M. Hunt <hunt@redhat.com>
* utils.c (string_to_core_addr): Revert patch from 11 Oct.
2002-10-24 Elena Zannoni <ezannoni@redhat.com>
* symtab.h (INIT_SAL): Delete macro.

View File

@ -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;
}