forked from Imagelibrary/binutils-gdb
Use "unrelocated" terminology in linetable_entry
I forgot to convert struct linetable_entry to use the "unrelocated" (as opposed to "raw") terminology. This patch corrects the oversight.
This commit is contained in:
@@ -4546,7 +4546,7 @@ add_line (struct linetable *lt, int lineno, CORE_ADDR adr, int last)
|
||||
return lineno;
|
||||
|
||||
lt->item[lt->nitems].line = lineno;
|
||||
lt->item[lt->nitems++].set_raw_pc (unrelocated_addr (adr << 2));
|
||||
lt->item[lt->nitems++].set_unrelocated_pc (unrelocated_addr (adr << 2));
|
||||
return lineno;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user