Make frag fr_fix unsigned
[deliverable/binutils-gdb.git] / gas / ehopt.c
index b90a533e9d205efb10b6c3265be253e6ab18be9a..207e7994059140bf9377f329b75c4b2bf1f8f73a 100644 (file)
@@ -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;
This page took 0.023473 seconds and 4 git commands to generate.