We no longer have thunks in the data section.
This commit is contained in:
parent
86af38c8ca
commit
22fd30c0a5
|
@ -786,9 +786,7 @@ static BOOL elf_load_debug_info_from_map(struct module* module,
|
|||
{"__wine_spec_delayed_import_thunks", THUNK_ORDINAL_LOAD, 0, 0}, /* delayed inter DLL calls */
|
||||
{"__wine_delay_load", THUNK_ORDINAL_LOAD, 0, 0}, /* delayed inter DLL calls */
|
||||
{"__wine_spec_thunk_text_16", -16, 0, 0}, /* 16 => 32 thunks */
|
||||
{"__wine_spec_thunk_data_16", -16, 0, 0}, /* 16 => 32 thunks */
|
||||
{"__wine_spec_thunk_text_32", -32, 0, 0}, /* 32 => 16 thunks */
|
||||
{"__wine_spec_thunk_data_32", -32, 0, 0}, /* 32 => 16 thunks */
|
||||
{NULL, 0, 0, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue