mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-14 15:45:23 +00:00
Mark PSECT relocation also with a ' in the listing.
This commit is contained in:
parent
4fabe28497
commit
f34996452b
@ -134,7 +134,7 @@ static int store_psect_displaced_offset_word(
|
||||
char *name)
|
||||
{
|
||||
change_dot(tr, size);
|
||||
list_word(str, DOT, word, size, "");
|
||||
list_word(str, DOT, word, size, "'");
|
||||
return text_psect_displaced_offset_word(tr, &DOT, size, word, name);
|
||||
}
|
||||
|
||||
@ -146,7 +146,7 @@ static int store_psect_offset_word(
|
||||
char *name)
|
||||
{
|
||||
change_dot(tr, size);
|
||||
list_word(str, DOT, word, size, "");
|
||||
list_word(str, DOT, word, size, "'");
|
||||
return text_psect_offset_word(tr, &DOT, size, word, name);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user