summaryrefslogtreecommitdiff
path: root/uefi/compiler/options.pas
diff options
context:
space:
mode:
Diffstat (limited to 'uefi/compiler/options.pas')
-rw-r--r--uefi/compiler/options.pas3
1 files changed, 1 insertions, 2 deletions
diff --git a/uefi/compiler/options.pas b/uefi/compiler/options.pas
index 7240228cf2..d1f2b1cf96 100644
--- a/uefi/compiler/options.pas
+++ b/uefi/compiler/options.pas
@@ -769,7 +769,6 @@ begin
StopOptions(0);
end;
-
procedure Toption.IllegalPara(const opt:TCmdStr);
begin
Message1(option_illegal_para,opt);
@@ -2174,7 +2173,7 @@ begin
else
SetApptype(app_native);
end
- else if target_info.system in [system_i386_uefi] then
+ else if target_info.system in [system_i386_uefi,system_x86_64_uefi] then
begin
SetApptype(app_efi_app);
end