diff options
Diffstat (limited to 'gcc/integrate.h')
-rw-r--r-- | gcc/integrate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/integrate.h b/gcc/integrate.h index 14fdd37dc7c..5bc456920aa 100644 --- a/gcc/integrate.h +++ b/gcc/integrate.h @@ -95,7 +95,7 @@ struct inline_remap /* Indications for regs being pointers and their alignment. */ char *regno_pointer_flag; - char *regno_pointer_align; + unsigned char *regno_pointer_align; /* The next few fields are used for subst_constants to record the SETs that it saw. */ |