mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-25 12:05:53 +00:00
DIRECTOR: LINGO: More debug output during compilation
This commit is contained in:
parent
91409d2cc1
commit
942360f419
@ -98,7 +98,8 @@ Symbol ScriptContext::define(Common::String &name, int nargs, ScriptData *code,
|
||||
}
|
||||
|
||||
Symbol Lingo::codeDefine(Common::String &name, int start, int nargs, int end, bool removeCode) {
|
||||
debugC(1, kDebugCompile, "codeDefine(\"%s\"(len: %d), %d, %d, %d)",
|
||||
if (debugChannelSet(-1, kDebugFewFramesOnly) || debugChannelSet(1, kDebugCompile))
|
||||
debug("codeDefine(\"%s\"(len: %d), %d, %d, %d)",
|
||||
name.c_str(), _currentAssembly->size() - 1, start, nargs, end);
|
||||
|
||||
if (end == -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user