mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 14:49:14 +02:00
* fix lineinfo broken by valgrind patch
This commit is contained in:
parent
10eb158245
commit
d4d90841d4
@ -676,8 +676,8 @@ implementation
|
||||
constructor tailineinfo.create;
|
||||
begin
|
||||
inherited create;
|
||||
if (not inlining_procedure) and
|
||||
(cs_gdb_valgrind in aktglobalswitches) then
|
||||
if not(inlining_procedure and
|
||||
(cs_gdb_valgrind in aktglobalswitches)) then
|
||||
fileinfo:=aktfilepos;
|
||||
end;
|
||||
|
||||
@ -2006,7 +2006,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.79 2004-03-15 08:44:51 michael
|
||||
Revision 1.80 2004-03-15 16:09:03 peter
|
||||
* fix lineinfo broken by valgrind patch
|
||||
|
||||
Revision 1.79 2004/03/15 08:44:51 michael
|
||||
+ Fix from peter: fixes crash when inlining assembler code referencing local vars
|
||||
|
||||
Revision 1.78 2004/03/14 22:47:56 peter
|
||||
|
Loading…
Reference in New Issue
Block a user