aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.h
diff options
context:
space:
mode:
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iseq.h b/iseq.h
index 2db95e2983..eca85cb9fd 100644
--- a/iseq.h
+++ b/iseq.h
@@ -80,7 +80,7 @@ struct iseq_catch_table_entry {
};
PACKED_STRUCT_UNALIGNED(struct iseq_catch_table {
- int size;
+ unsigned int size;
struct iseq_catch_table_entry entries[1]; /* flexible array */
});