Commit 426f80b1 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2080 from crimsonwoods/replace_disordered_callinfo_variables

Sort out the variables which belongs to 'mrb_callinfo'
parents e4624757 29e90d02
......@@ -57,14 +57,14 @@ typedef struct {
struct RProc *proc;
mrb_value *stackent;
int nregs;
int argc;
int ridx;
int eidx;
struct REnv *env;
mrb_code *pc; /* return address */
mrb_code *err; /* error position */
int argc;
int acc;
struct RClass *target_class;
int ridx;
int eidx;
struct REnv *env;
} mrb_callinfo;
enum mrb_fiber_state {
......
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