Update .comm error messages to assume an unsigned value.
[deliverable/binutils-gdb.git] / gas / config / tc-v850.c
index 81c12fdee101b03d62f2b7316053358c7ac68a5d..5ee3c3412e45eae5261224e55b0b7a2601369d00 100644 (file)
@@ -195,7 +195,7 @@ v850_offset (ignore)
 {
   char *pfrag;
   int temp = get_absolute_expression ();
-   
+
   pfrag = frag_var (rs_org, 1, 1, (relax_substateT)0, (symbolS *)0,
                        (offsetT) temp, (char *) 0);
   *pfrag = 0;
This page took 0.033679 seconds and 4 git commands to generate.