summaryrefslogtreecommitdiff
path: root/src/x86
diff options
context:
space:
mode:
authorKonstantin Belousov <kostik@pooma.home>2010-04-14 12:10:14 +0300
committerKonstantin Belousov <kostik@pooma.home>2010-04-14 12:10:14 +0300
commit34b064bf2233ec8c9223786f4bc714585bbce4f7 (patch)
tree398472d503b6cecf32d352bee7a4a771cd9b62ca /src/x86
parent1e77c66a51102090f429087fccc28cb6c383cce5 (diff)
downloadlibunwind-34b064bf2233ec8c9223786f4bc714585bbce4f7.tar.gz
Fix typo.
Diffstat (limited to 'src/x86')
-rw-r--r--src/x86/Gos-freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x86/Gos-freebsd.c b/src/x86/Gos-freebsd.c
index e88b4439..6a6406e7 100644
--- a/src/x86/Gos-freebsd.c
+++ b/src/x86/Gos-freebsd.c
@@ -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