Project

General

Profile

Bug #1357 ยป reg.diff

Patch to remove i386/amd64 register assignments. - roberto (Ollivier Robert), 04/06/2009 05:43 PM

View differences:

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;
    (1-1/1)