Sha256: 8456520e2c413c22f8d4202cd4f23a2f42d702bb251dfe2f85403c0f21dbf88c
Contents?: true
Size: 150 Bytes
Versions: 1
Compression:
Stored size: 150 Bytes
Contents
#include "cruby.h" void llrb_set_pc(VALUE cfp_v, VALUE pc_v) { rb_control_frame_t *cfp = (rb_control_frame_t *)cfp_v; cfp->pc = (VALUE *)pc_v; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
llrb-0.0.1 | ext/llrb_set_pc.c |