Fix spelling typo
[deliverable/binutils-gdb.git] / gas / config / tc-fr30.c
index aa075b7322a197a4c14682d961d618797dfea15b..aca5880bb7d06773060c6ead2a3b3f2c7451822e 100644 (file)
@@ -384,7 +384,7 @@ md_convert_frag (abfd, sec, fragP)
     {
       /* Address we want to reach in file space.  */
       target_address = S_GET_VALUE (fragP->fr_symbol) + fragP->fr_offset;
-      target_address += fragP->fr_symbol->sy_frag->fr_address;
+      target_address += symbol_get_frag (fragP->fr_symbol)->fr_address;
       addend = (target_address - (opcode_address & -4)) >> 2;
     }
 
This page took 0.02286 seconds and 4 git commands to generate.