瀏覽代碼

* delphi mode
* i386 only

peter 22 年之前
父節點
當前提交
37762b957f
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      tests/webtbs/tw2666.pp

+ 5 - 0
tests/webtbs/tw2666.pp

@@ -1,6 +1,11 @@
+{ %cpu=i386 }
+
 { Source provided for Free Pascal Bug Report 2666 }
 { Submitted by "marcov" on  2003-09-06 }
 { e-mail: [email protected] }
+
+{$mode delphi}
+
 function GetDynamicMethod(AClass: TClass; Index: Integer): Pointer; assembler;
 asm
         CALL    System.@Halt