aboutsummaryrefslogtreecommitdiff
path: root/i386-gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386-gen.c')
-rw-r--r--i386-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386-gen.c b/i386-gen.c
index fc0748f..77536f8 100644
--- a/i386-gen.c
+++ b/i386-gen.c
@@ -1061,7 +1061,7 @@ ST_FUNC void gen_bounded_ptr_add(void)
ST_FUNC void gen_bounded_ptr_deref(void)
{
addr_t func;
- addr_t size, align;
+ int size, align;
Elf32_Rel *rel;
Sym *sym;