mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #1382 from suzukaze/add-comments
Add comments in irep.h
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user