mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
* windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
type to void function.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user