X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=README.md;h=3b4c47898df844e508874e69471d15406b5b2979;hp=72170a977f30a6828db4a08bae69847638c4ba47;hb=4ace6fa9bfa459902184655ee40d6136f25915c8;hpb=971b2e2a901aa74e8d743624b05e6a5bb4f9cf91 diff --git a/README.md b/README.md index 72170a9..3b4c478 100644 --- a/README.md +++ b/README.md @@ -108,13 +108,13 @@ The following modules are available to select: ### --with-psi-libjit **Path to libjit.** -### --with-psi-libffi -**Path to libffi.** - > **WARNING:** > We currently rely on a patched libjit, because of an apparent bug in how -> libjit creates closures, which still needs to be verified, though. -> See https::/github.com/m6w6/libjit for the preliminary patch. +> libjit creates closures, which still needs to be verified, though. +> See https://github.com/m6w6/libjit for the preliminary patch. + +### --with-psi-libffi +**Path to libffi.** ## Configuring PSI at runtime @@ -225,7 +225,7 @@ extern char *strerror(int errnum); You may specify a non-standard calling convention in place of `extern`, where `default` and `cdecl` have the same meaning as `extern`. -Additionally recognized calling conventions include: `mscdecl`, `stdcall` and `fastcall`. +Additionally recognized calling conventions include: `stdcall` and `fastcall`. ### Constants