Store raw stack address in callinfo instead of offset from stbas

This commit is contained in:
Miura Hideki
2014-02-09 16:42:25 +09:00
parent d8a5f12053
commit 5df82e357c
3 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ typedef void* (*mrb_allocf) (struct mrb_state *mrb, void*, size_t, void *ud);
typedef struct {
mrb_sym mid;
struct RProc *proc;
int stackidx;
mrb_value *stackent;
int nregs;
int argc;
mrb_code *pc; /* return address */