Displaying 1 result from an estimated 1 matches for "8085a00".
Did you mean:
8085a08
2006 Jun 27
1
iconv.c / static charset prototype/assembler bug?
...e:)
807c173: 85 c0 test %eax,%eax
807c175: 75 e9 jne 807c160
<smb_iconv_open+0x3a>
807c177: e8 b8 96 00 00 call 8085834
<charset_CP850_init> // no space reserved
807c17c: e8 7f 98 00 00 call 8085a00
<charset_CP437_init>
cp850.c : charset_CP850_init
808583c: 55 push %ebp
808583d: 89 e5 mov %esp,%ebp
808583f: 56 push %esi
8085840: 53 push %ebx
8085841: 83 ec 18...