* valops.c (search_struct_field): Search basesclasses in
ascending, not descending order. Hack to avoid virtual baseclass botch for Java interfaces.
This commit is contained in:
parent
fc655dc202
commit
a183753d92
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,11 @@ Tue Sep 16 20:00:05 1997 Per Bothner <bothner@cygnus.com>
|
|||
Print pointer as TYPE@HEXADDR, instead of (TYPE)0xHEXADDR.
|
||||
(java_val_print): Move check for object type to java_value_print.
|
||||
Check for null. Print pointer as @HEXADDR, not 0xHEXADDR.
|
||||
|
||||
|
||||
* valops.c (search_struct_field): Search basesclasses in
|
||||
ascending, not descending order. Hack to avoid virtual baseclass
|
||||
botch for Java interfaces.
|
||||
|
||||
Tue Sep 16 19:56:23 1997 Per Bothner <bothner@cygnus.com>
|
||||
|
||||
* util.c (run_cleanup_chain, make_run_cleanup, do_run_cleanups):
|
||||
|
|
Loading…
Reference in a new issue