Bug #1357 ยป reg.diff
| vm_exec.c | ||
|---|---|---|
|
#endif
|
||
|
#endif
|
||
|
#if 0
|
||
|
#if __GNUC__ && __i386__
|
||
|
DECL_SC_REG(VALUE *, pc, "di");
|
||
|
DECL_SC_REG(rb_control_frame_t *, cfp, "si");
|
||
| ... | ... | |
|
DECL_SC_REG(rb_control_frame_t *, cfp, "15");
|
||
|
#define USE_MACHINE_REGS 1
|
||
|
#endif
|
||
|
#else
|
||
|
register rb_control_frame_t *reg_cfp;
|
||
|
VALUE *reg_pc;
|
||