mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-10 19:23:41 +01:00
This avoids a C++ syntax error with a (non-gcc?) compiler.
Signed-off-by: Lassi Tuura <lat@cern.ch>
This commit is contained in:
parent
4b8404d153
commit
35e6a1a108
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ typedef enum
|
|||
{
|
||||
UNW_INFO_FORMAT_DYNAMIC, /* unw_dyn_proc_info_t */
|
||||
UNW_INFO_FORMAT_TABLE, /* unw_dyn_table_t */
|
||||
UNW_INFO_FORMAT_REMOTE_TABLE, /* unw_dyn_remote_table_t */
|
||||
UNW_INFO_FORMAT_REMOTE_TABLE /* unw_dyn_remote_table_t */
|
||||
}
|
||||
unw_dyn_info_format_t;
|
||||
|
||||
|
|
Loading…
Reference in a new issue