diff options
Diffstat (limited to 'includes/compiler/Switch.h')
-rw-r--r-- | includes/compiler/Switch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/compiler/Switch.h b/includes/compiler/Switch.h index 15e7d51..aeac03e 100644 --- a/includes/compiler/Switch.h +++ b/includes/compiler/Switch.h @@ -18,7 +18,7 @@ typedef struct CaseRange { struct SwitchInfo { SwitchCase *cases; CLabel *defaultlabel; - void *x8; + Type *x8; }; extern ObjectList *switchtables; |