mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 21:08:40 +00:00
make export table with COFF obj writer,
partially converted import table to COFF obj writer
This commit is contained in:
committed by
Ryan Fleury
parent
3a2bb318c7
commit
19a7ada1dc
@@ -317,7 +317,7 @@ THREAD_POOL_TASK_FUNC(lnk_obj_initer)
|
||||
}
|
||||
|
||||
if (coff_info.machine != COFF_MachineType_Unknown && task->machine != coff_info.machine) {
|
||||
lnk_error_with_loc(LNK_Error_IncompatibleObj, input->path, input->lib_path,
|
||||
lnk_error_with_loc(LNK_Error_IncompatibleMachine, input->path, input->lib_path,
|
||||
"conflicting machine types expected %S but got %S",
|
||||
coff_string_from_machine_type(task->machine),
|
||||
coff_string_from_machine_type(coff_info.machine));
|
||||
|
||||
Reference in New Issue
Block a user