mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-22 04:39:17 +01:00
Serverval small stuff
This commit is contained in:
parent
5cb55e3081
commit
aed66958e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
hook.h
|
||||
build/
|
||||
*.cbp
|
||||
WiiUPluginLoaderBackend.layout
|
||||
|
@ -419,7 +419,7 @@ bool ElfTools::elfLinkOne(char type, size_t offset, int32_t addend, void *destin
|
||||
break;
|
||||
}
|
||||
default:
|
||||
DEBUG_FUNCTION_LINE("Unknown relocation type: %02X\n",type);
|
||||
DEBUG_FUNCTION_LINE("Unknown relocation type: %02X for offset %08X\n",type,offset);
|
||||
goto exit_error;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user