mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 10:19:27 +00:00
SCI: Add a 0x prefix to localCall to show it's a hexadecimal number
svn-id: r51341
This commit is contained in:
parent
1dc36141a2
commit
89c9425eef
@ -704,7 +704,7 @@ static void callKernelFunc(EngineState *s, int kernelCallNr, int argc) {
|
||||
switch (solution.type) {
|
||||
case WORKAROUND_NONE:
|
||||
kernel->signatureDebug(kernelCall.signature, argc, argv);
|
||||
error("[VM] k%s[%x]: signature mismatch via method %s::%s (script %d, room %d, localCall %x)",
|
||||
error("[VM] k%s[%x]: signature mismatch via method %s::%s (script %d, room %d, localCall 0x%x)",
|
||||
kernelCall.name, kernelCallNr, originReply.objectName.c_str(), originReply.methodName.c_str(),
|
||||
originReply.scriptNr, s->currentRoomNumber(), originReply.localCallOffset);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user