Kaydet (Commit) f98e6b15 authored tarafından Neil Schemenauer's avatar Neil Schemenauer

Fix pystack command.

üst 97979ddc
......@@ -98,7 +98,7 @@ end
#end
define printframe
if $pc > PyEval_EvalFrame && $pc < PyEval_EvalCodeEx
if $pc > PyEval_EvalFrameEx && $pc < PyEval_EvalCodeEx
pyframe
else
frame
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment