* emultempl/armelf.em: Update copyright to 2010 and 2011.
[deliverable/binutils-gdb.git] / gas / config / tc-h8300.c
index 1a32d24f5aba1d90b0665ad5bf59ee4b55afdb57..cc46740d3aaa44f796563e58a778f6e524b31791 100644 (file)
@@ -559,7 +559,7 @@ static int
 constant_fits_width_p (struct h8_op *operand, unsigned int width)
 {
   return ((operand->exp.X_add_number & ~width) == 0
-         || (operand->exp.X_add_number | width) == (unsigned)(~0));
+         || (operand->exp.X_add_number | (offsetT) width) == (offsetT)(~0));
 }
 
 static int
This page took 0.023155 seconds and 4 git commands to generate.