mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-13 05:10:07 +08:00
Fix missing parameter
This commit is contained in:
parent
61537d899a
commit
1a8fb94350
2
tccpe.c
2
tccpe.c
@ -868,7 +868,7 @@ static void pe_build_imports(struct pe_info *pe)
|
||||
v = (ADDR3264)GetProcAddress(dllref->handle, ordinal?(char*)0+ordinal:name);
|
||||
}
|
||||
if (!v)
|
||||
tcc_error_noabort("could not resolve symbol '%s'", name);
|
||||
tcc_error_noabort(pe->S, "could not resolve symbol '%s'", name);
|
||||
} else
|
||||
#endif
|
||||
if (ordinal) {
|
||||
|
Loading…
Reference in New Issue
Block a user