Skip to content

Commit eacb3e9

Browse files
committed
Match RefC header changes
1 parent 26d3de4 commit eacb3e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Idris2Python/module_template/idris2/refc_types.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@
7676

7777
class Value_header(ctypes.Structure):
7878
_fields_ = [
79-
("refCounter", ctypes.c_int),
80-
("tag", ctypes.c_int),
79+
("refCounter", ctypes.c_int16),
80+
("tag", ctypes.c_int8),
81+
("reserved", ctypes.c_int8),
8182
]
8283

8384

0 commit comments

Comments
 (0)