Add comments.

This commit is contained in:
Jun Hiroe
2013-07-15 01:52:47 +09:00
parent 56a3952b66
commit f05580f1bc
+3 -2
View File
@@ -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;