Просмотр исходного кода

* except_native.inc renamed except_legacy.inc

Nikolay Nikolov 1 неделя назад
Родитель
Сommit
6b133a30cf
3 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      rtl/inc/objpas.inc
  2. 0 0
      rtl/wasm32/except_legacy.inc
  3. 1 1
      rtl/wasm32/makefile.cpu

+ 1 - 1
rtl/inc/objpas.inc

@@ -1401,7 +1401,7 @@ end;
   {$if defined(FPC_WASM_EXNREF_EXCEPTIONS)}
   {$if defined(FPC_WASM_EXNREF_EXCEPTIONS)}
     {$I except_exnref.inc}
     {$I except_exnref.inc}
   {$elseif defined(FPC_WASM_NATIVE_EXCEPTIONS)}
   {$elseif defined(FPC_WASM_NATIVE_EXCEPTIONS)}
-    {$I except_native.inc}
+    {$I except_legacy.inc}
   {$elseif defined(FPC_WASM_BRANCHFUL_EXCEPTIONS)}
   {$elseif defined(FPC_WASM_BRANCHFUL_EXCEPTIONS)}
     {$I except_branchful.inc}
     {$I except_branchful.inc}
   {$else}
   {$else}

+ 0 - 0
rtl/wasm32/except_native.inc → rtl/wasm32/except_legacy.inc


+ 1 - 1
rtl/wasm32/makefile.cpu

@@ -2,5 +2,5 @@
 # Here we set processor dependent include file names.
 # Here we set processor dependent include file names.
 #
 #
 
 
-CPUNAMES=except_exnref except_native except_branchful
+CPUNAMES=except_exnref except_legacy except_branchful
 CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
 CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))