* windows-tdep.c (windows_get_tlb_type): Change current_seh.handle

type to void function.
This commit is contained in:
Pierre Muller 2010-04-19 23:52:11 +00:00
parent 4136fdd244
commit e8e6c82edd
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
* windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
type to void function.
2010-04-19 Stan Shebs <stan@codesourcery.com>
Vladimir Prus <vladimir@codesourcery.com>

View File

@ -133,7 +133,8 @@ windows_get_tlb_type (struct gdbarch *gdbarch)
TYPE_TARGET_TYPE (seh_ptr_type) = seh_type;
append_composite_type_field (seh_type, "next_seh", seh_ptr_type);
append_composite_type_field (seh_type, "handler", void_ptr_type);
append_composite_type_field (seh_type, "handler",
builtin_type (gdbarch)->builtin_func_ptr);
/* struct _PEB_LDR_DATA */
peb_ldr_type = arch_composite_type (gdbarch, NULL, TYPE_CODE_STRUCT);