From 34b064bf2233ec8c9223786f4bc714585bbce4f7 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Wed, 14 Apr 2010 12:10:14 +0300 Subject: [PATCH] Fix typo. --- src/x86/Gos-freebsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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