From 02479d04091629ad508260d3dc8489abc85a4ffb Mon Sep 17 00:00:00 2001 From: pierre Date: Sat, 7 Apr 2012 17:03:21 +0000 Subject: [PATCH] Add openbsd/netbsd x86_64 systems to list using 16 for size of cextended type git-svn-id: trunk@20749 - --- compiler/symdef.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/symdef.pas b/compiler/symdef.pas index 23581eac33..bb236e501a 100644 --- a/compiler/symdef.pas +++ b/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