aboutsummaryrefslogtreecommitdiff
path: root/tccrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'tccrun.c')
-rw-r--r--tccrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tccrun.c b/tccrun.c
index 8e53a70..55db310 100644
--- a/tccrun.c
+++ b/tccrun.c
@@ -110,7 +110,7 @@ LIBTCCAPI int tcc_run(TCCState *s1, int argc, char **argv)
if (s1->do_bounds_check) {
void (*bound_init)(void);
void (*bound_exit)(void);
- void (*bound_new_region)(void *p, unsigned long size);
+ void (*bound_new_region)(void *p, addr_t size);
int (*bound_delete_region)(void *p);
int i;