Displaying 1 result from an estimated 1 matches for "8085a08".
Did you mean:
8085a00
2006 Jun 27
1
iconv.c / static charset prototype/assembler bug?
...sub $0xc,%esp
807c17d: 50 push %eax // here gcc reserves
space on the stack
807c17e: e8 b9 96 00 00 call 808583c
<charset_CP850_init>
807c183: 83 c4 0c add $0xc,%esp
807c186: e8 7d 98 00 00 call 8085a08
<charset_CP437_init>
iconv.c: smb_iconv_open(): (Without the NT_STATUS
charset_CP850_init(void); prototype:)
807c173: 85 c0 test %eax,%eax
807c175: 75 e9 jne 807c160
<smb_iconv_open+0x3a>
807c177: e8 b8 96 00 00...