mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-24 17:20:30 +01:00
Add a missing semicolon.
This commit is contained in:
parent
2934cf4052
commit
38b2bdab33
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ run_cfi_program (struct dwarf_cursor *c, dwarf_state_record_t *sr,
|
|||
ret = -UNW_ENOMEM;
|
||||
break;
|
||||
}
|
||||
memcpy (&(*rs_stack)->state, &sr->rs_current, sizeof (sr->rs_current))
|
||||
memcpy (&(*rs_stack)->state, &sr->rs_current, sizeof (sr->rs_current));
|
||||
Debug (15, "CFA_remember_state\n");
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue