瀏覽代碼

m68k: fixed the build after r33614

git-svn-id: trunk@33617 -
Károly Balogh 9 年之前
父節點
當前提交
50a40062e2
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      compiler/m68k/cpubase.pas

+ 2 - 1
compiler/m68k/cpubase.pas

@@ -362,7 +362,8 @@ unit cpubase;
 
     function isaddressregister(reg : tregister) : boolean;
     function isintregister(reg : tregister) : boolean;
-    function fpuregsize: TOpSize; {$ifdef USEINLINE}inline;{$endif USEINLINE}
+    function fpuregopsize: TOpSize; {$ifdef USEINLINE}inline;{$endif USEINLINE}
+    function fpuregsize: aint; {$ifdef USEINLINE}inline;{$endif USEINLINE}
     function isregoverlap(reg1: tregister; reg2: tregister): boolean;
 
     function inverse_cond(const c: TAsmCond): TAsmCond; {$ifdef USEINLINE}inline;{$endif USEINLINE}