Rearrange symbol_create parameters
[deliverable/binutils-gdb.git] / gas / config / tc-riscv.c
index c575c0753ffc42f22246f493a9fe7d1a40948d12..82b681ef58951a3edb28a1af18f5210d0ab60e42 100644 (file)
@@ -1266,8 +1266,8 @@ check_absolute_expr (struct riscv_cl_insn *ip, expressionS *ex,
 static symbolS *
 make_internal_label (void)
 {
-  return (symbolS *) local_symbol_make (FAKE_LABEL_NAME, now_seg,
-                                       (valueT) frag_now_fix (), frag_now);
+  return (symbolS *) local_symbol_make (FAKE_LABEL_NAME, now_seg, frag_now,
+                                       frag_now_fix ());
 }
 
 /* Load an entry from the GOT.  */
This page took 0.024389 seconds and 4 git commands to generate.