mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
irep.h: reformat comments
This commit is contained in:
@@ -46,10 +46,8 @@ enum mrb_catch_type {
|
||||
|
||||
struct mrb_irep_catch_handler {
|
||||
uint8_t type; /* enum mrb_catch_type */
|
||||
uint8_t
|
||||
begin[4]; /* The starting address to match the handler. Includes this. */
|
||||
uint8_t end[4]; /* The endpoint address that matches the handler. Not Includes
|
||||
this. */
|
||||
uint8_t begin[4]; /* The starting address to match the handler. Includes this. */
|
||||
uint8_t end[4]; /* The endpoint address that matches the handler. Not Includes this. */
|
||||
uint8_t target[4]; /* The address to jump to if a match is made. */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user