mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-11 04:06:12 +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) {
|
switch (solution.type) {
|
||||||
case WORKAROUND_NONE:
|
case WORKAROUND_NONE:
|
||||||
kernel->signatureDebug(kernelCall.signature, argc, argv);
|
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(),
|
kernelCall.name, kernelCallNr, originReply.objectName.c_str(), originReply.methodName.c_str(),
|
||||||
originReply.scriptNr, s->currentRoomNumber(), originReply.localCallOffset);
|
originReply.scriptNr, s->currentRoomNumber(), originReply.localCallOffset);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user