forked from KolibriOS/kolibrios
Disable 'unresolved' message for coff
git-svn-id: svn://kolibrios.org@5998 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
9c51b90ee4
commit
a9cad4a00a
@ -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
|
||||||
@@:
|
@@:
|
||||||
|
Loading…
Reference in New Issue
Block a user