diff options
Diffstat (limited to 'tcg/tcg.h')
-rw-r--r-- | tcg/tcg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ typedef struct TCGTemp { } TCGTemp; typedef struct TCGHelperInfo { - void *func; + tcg_target_ulong func; const char *name; } TCGHelperInfo; |