diff options
Diffstat (limited to 'src/parser.h')
-rw-r--r-- | src/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h index ae2cb9b..fe7f559 100644 --- a/src/parser.h +++ b/src/parser.h @@ -440,7 +440,7 @@ typedef enum { struct teco_machine_main_t { teco_machine_t parent; - gint macro_pc; + gsize macro_pc; /** * Aliases bitfield with an integer. |