aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.h
diff options
context:
space:
mode:
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/iseq.h b/iseq.h
index be7d8efd9d..4d95a7a135 100644
--- a/iseq.h
+++ b/iseq.h
@@ -62,10 +62,10 @@ struct iseq_catch_table_entry {
CATCH_TYPE_NEXT = INT2FIX(6)
} type;
VALUE iseq;
- unsigned long start;
- unsigned long end;
- unsigned long cont;
- unsigned long sp;
+ unsigned int start;
+ unsigned int end;
+ unsigned int cont;
+ unsigned int sp;
};
PACKED_STRUCT_UNALIGNED(struct iseq_catch_table {