1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

Fix typo.

This commit is contained in:
Konstantin Belousov 2010-04-14 12:10:14 +03:00
parent 1e77c66a51
commit 34b064bf22

View file

@ -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