Disable 'unresolved' message for coff

git-svn-id: svn://kolibrios.org@5998 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
veliant 2015-12-22 08:08:31 +00:00
parent 9c51b90ee4
commit a9cad4a00a

View File

@ -747,12 +747,13 @@ proc fix_coff_symbols stdcall uses ebx esi, sec:dword, symbols:dword,\
test eax, eax test eax, eax
jnz @F jnz @F
mov esi, msg_unresolved ; disable debug msg
call sys_msg_board_str ;mov esi, msg_unresolved
mov esi, edi ;call sys_msg_board_str
call sys_msg_board_str ;mov esi, edi
mov esi, msg_CR ;call sys_msg_board_str
call sys_msg_board_str ;mov esi, msg_CR
;call sys_msg_board_str
mov [retval], 0 mov [retval], 0
@@: @@: