Commit f05580f1 authored by Jun Hiroe's avatar Jun Hiroe

Add comments.

parent 56a3952b
......@@ -11,10 +11,11 @@
extern "C" {
#endif
/* Program data array struct */
typedef struct mrb_irep {
uint32_t idx;
uint16_t nlocals;
uint16_t nregs;
uint16_t nlocals; /* Number of local variables */
uint16_t nregs; /* Number of register variables */
uint8_t flags;
mrb_code *iseq;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment