The i386's interface_to_scheme restores this register from the
CC_STACK_ENV pushed by comutil_interrupt_dlink via
compiler_interrupt_common. comp_interrupt_restart has popped the
CC_STACK_ENV into the value register and interface_to_scheme takes it
from there.
WREG_SET (SVM1_REG_STACK_POINTER, ((word_t)stack_pointer)); \
WREG_SET (SVM1_REG_FREE_POINTER, ((word_t)Free)); \
WREG_SET (SVM1_REG_VALUE, GET_VAL); \
+ WREG_SET (SVM1_REG_DYNAMIC_LINK, BYTE_ADDR(OBJECT_ADDRESS(GET_VAL))); \
} while (0)
#define EXPORT_REGS() do \