Merge pull request #2080 from crimsonwoods/replace_disordered_callinfo_variables

Sort out the variables which belongs to 'mrb_callinfo'
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-04-19 14:38:14 +09:00
+5 -5
View File
@@ -57,14 +57,14 @@ typedef struct {
struct RProc *proc;
mrb_value *stackent;
int nregs;
int argc;
mrb_code *pc; /* return address */
mrb_code *err; /* error position */
int acc;
struct RClass *target_class;
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;
} mrb_callinfo;
enum mrb_fiber_state {