Explorar o código

- removed spurious comment

Nikolay Nikolov %!s(int64=3) %!d(string=hai) anos
pai
achega
ef4255c65b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems/i_wasi.pas

+ 1 - 1
compiler/systems/i_wasi.pas

@@ -80,7 +80,7 @@ unit i_wasi;
             assem        : as_wasm32_wasm;
             assemextern  : as_wasm32_llvm_mc;
             link         : ld_none;
-            linkextern   : ld_wasi; // there's no linker, only object files for WASM
+            linkextern   : ld_wasi;
             ar           : ar_none;
             res          : res_none;
             dbg          : dbg_dwarf2;