Commit d2a8f7e0 authored by jbreeden's avatar jbreeden

Fix Travis CI

parent e02ff850
...@@ -108,11 +108,11 @@ each_backtrace(mrb_state *mrb, mrb_int ciidx, mrb_code *pc0, each_backtrace_func ...@@ -108,11 +108,11 @@ each_backtrace(mrb_state *mrb, mrb_int ciidx, mrb_code *pc0, each_backtrace_func
for (i = ciidx; i >= 0; i--) { for (i = ciidx; i >= 0; i--) {
struct backtrace_location_raw loc; struct backtrace_location_raw loc;
loc.lineno = -1;
mrb_callinfo *ci; mrb_callinfo *ci;
mrb_irep *irep; mrb_irep *irep;
mrb_code *pc; mrb_code *pc;
loc.lineno = -1;
ci = &mrb->c->cibase[i]; ci = &mrb->c->cibase[i];
......
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