mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 12:50:27 +02:00
Second trial to fix commit 48688
git-svn-id: trunk@48691 -
(cherry picked from commit acf2567bda
)
This commit is contained in:
parent
39ba1c39be
commit
34a9cc229f
@ -1603,7 +1603,8 @@ implementation
|
||||
begin
|
||||
setlength(ss,sym.value.len);
|
||||
for i:=0 to sym.value.len-1 do
|
||||
ss[i_1]:=pchar(sym.value.valueptr)[i];
|
||||
ss[i+1]:=pchar(sym.value.valueptr)[i];
|
||||
if target_dbg.id=dbg_stabs then
|
||||
st:='s'''+backspace_quote(octal_quote(ss,[#0..#9,#11,#12,#14..#31,'''']),['"','\',#10,#13])+''''
|
||||
else
|
||||
st:='s'''+stabx_quote_const(octal_quote(ss,[#0..#9,#11,#12,#14..#31,'''']))+'''';
|
||||
|
Loading…
Reference in New Issue
Block a user