瀏覽代碼

tprocdef.total_local_size field added for MIPS cpu

git-svn-id: trunk@21586 -
pierre 13 年之前
父節點
當前提交
ae7dd3a930
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      compiler/symdef.pas

+ 4 - 0
compiler/symdef.pas

@@ -635,6 +635,10 @@ interface
 {$ifdef i386}
           fpu_used     : byte;
 {$endif i386}
+{$ifdef mips}
+          { needed for stabs debugging }
+          total_local_size : longint;
+{$endif mips}
           visibility   : tvisibility;
           { set to a value different from tsk_none in case this procdef is for
             a routine that has to be internally generated by the compiler }