mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-11 03:23:43 +01:00
Fix typo.
This commit is contained in:
parent
1e77c66a51
commit
34b064bf22
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ unw_is_signal_frame (unw_cursor_t *cursor)
|
|||
sigcode+4: from amd64 freebsd32 environment
|
||||
8d 44 24 20 lea 0x20(%esp),%eax
|
||||
50 push %eax
|
||||
b8 a1 01 00 00 mov $0x1a1,%ea
|
||||
b8 a1 01 00 00 mov $0x1a1,%eax
|
||||
50 push %eax
|
||||
cd 80 int $0x80
|
||||
|
||||
|
|
Loading…
Reference in a new issue