mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-01 21:18:39 +00:00
Fix warning when exporting stubs
This commit is contained in:
@@ -405,7 +405,7 @@ void build_exports(void)
|
||||
fprintf(stdout, "\t{ \"%s\", ", pLib->name);
|
||||
}
|
||||
|
||||
fprintf(stdout, "0x%04X, 0x%04X, 4, %d, %d, &__%s_exports },\n", pLib->ver, pLib->attr,
|
||||
fprintf(stdout, "0x%04X, 0x%04X, 4, %d, %d, (unsigned int *) &__%s_exports },\n", pLib->ver, pLib->attr,
|
||||
pLib->varCount, pLib->funcCount, pLib->name);
|
||||
|
||||
pLib = pLib->pNext;
|
||||
|
||||
Reference in New Issue
Block a user