소스 검색

Add openbsd/netbsd x86_64 systems to list using 16 for size of cextended type

git-svn-id: trunk@20749 -
pierre 13 년 전
부모
커밋
02479d0409
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/symdef.pas

+ 1 - 0
compiler/symdef.pas

@@ -2059,6 +2059,7 @@ implementation
            sc80real:
              if target_info.system in [system_i386_darwin,system_i386_iphonesim,system_x86_64_darwin,
                   system_x86_64_linux,system_x86_64_freebsd,
+                  system_x86_64_openbsd,system_x86_64_netbsd,
                   system_x86_64_solaris,system_x86_64_embedded] then
                savesize:=16
              else