diff options
Diffstat (limited to 'gas/ehopt.c')
-rw-r--r-- | gas/ehopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/ehopt.c b/gas/ehopt.c index b90a533..207e799 100644 --- a/gas/ehopt.c +++ b/gas/ehopt.c @@ -103,7 +103,7 @@ get_cie_info (struct cie_info *info) { fragS *f; fixS *fix; - int offset; + unsigned int offset; char CIE_id; char augmentation[10]; int iaug; |