declare frame
This commit is contained in:
parent
d89ce51a3b
commit
08ddcb74f0
2 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ defn _stkign(frame)
|
|||
// only print the last one.
|
||||
defn _stk(regs, dolocals)
|
||||
{
|
||||
local stk, pc, fn, done, callerpc, paramlist, locallist;
|
||||
local stk, frame, pc, fn, done, callerpc, paramlist, locallist;
|
||||
|
||||
stk = strace(regs);
|
||||
if stkignore then {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue