瀏覽代碼

+ Add $rbp FrameName for x86_64 CPU

git-svn-id: trunk@16662 -
pierre 14 年之前
父節點
當前提交
14a10ad6cb
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      ide/fpdebug.pas

+ 5 - 0
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';