aboutsummaryrefslogtreecommitdiff
path: root/mfd/prog.c
diff options
context:
space:
mode:
Diffstat (limited to 'mfd/prog.c')
-rw-r--r--mfd/prog.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mfd/prog.c b/mfd/prog.c
index 17c2464b..a2671db8 100644
--- a/mfd/prog.c
+++ b/mfd/prog.c
@@ -492,3 +492,5 @@ runtime_stack_trace(eval_environ_t env)
struct locus *ploc = NULL, loc;
-
+
+ if (pc < 2)
+ break; /*FIXME*/
if (prog[pc-2] == instr_funcall) {

Return to:

Send suggestions and report system problems to the System administrator.