Selaa lähdekoodia

- removed spurious comment

Nikolay Nikolov 3 vuotta sitten
vanhempi
commit
ef4255c65b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;