mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 15:47:37 +01:00
(UNW_X86_ECX): ecx apparently is a scratch-register (at least
under Linux). 2004/11/17 02:43:39-08:00 mostang.com!davidm (unw_tdep_proc_info_t): Remove dwarf_info member. (Logical change 1.290)
This commit is contained in:
parent
e3180d47a0
commit
6dcb17c553
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ typedef enum
|
|||
wouldn't be with the DWARF numbering. */
|
||||
UNW_X86_EAX, /* scratch (exception argument 1) */
|
||||
UNW_X86_EDX, /* scratch (exception argument 2) */
|
||||
UNW_X86_ECX, /* preserved */
|
||||
UNW_X86_ECX, /* scratch */
|
||||
UNW_X86_EBX, /* preserved */
|
||||
UNW_X86_ESI, /* preserved */
|
||||
UNW_X86_EDI, /* preserved */
|
||||
|
@ -159,7 +159,7 @@ typedef ucontext_t unw_tdep_context_t;
|
|||
|
||||
typedef struct
|
||||
{
|
||||
unw_dyn_dwarf_fde_info_t dwarf_info;
|
||||
/* no x86-specific auxiliary proc-info */
|
||||
}
|
||||
unw_tdep_proc_info_t;
|
||||
|
||||
|
|
Loading…
Reference in a new issue