소스 검색

+ allow the 'section' directive for the WebAssembly platforms

Nikolay Nikolov 3 년 전
부모
커밋
55482bd876
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/systems.pas

+ 1 - 1
compiler/systems.pas

@@ -318,7 +318,7 @@ interface
        systems_freertos = [system_xtensa_freertos,system_arm_freertos];
 
        { all systems that allow section directive }
-       systems_allow_section = systems_embedded+systems_freertos;
+       systems_allow_section = systems_embedded+systems_freertos+systems_wasm;
 
        { systems that uses dotted function names as descriptors }
        systems_dotted_function_names = [system_powerpc64_linux]+systems_aix;