diff --git a/ide/fpdebug.pas b/ide/fpdebug.pas index 844b994d06..a02026d3ef 100644 --- a/ide/fpdebug.pas +++ b/ide/fpdebug.pas @@ -517,6 +517,11 @@ const FrameName = '$ebp'; {$define FrameNameKnown} {$endif i386} +{$ifdef x86_64} +const + FrameName = '$rbp'; +{$define FrameNameKnown} +{$endif x86_64} {$ifdef m68k} const FrameName = '$fp';