diff options
author | Mike Pall <mike> | 2023-08-21 03:18:35 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-08-21 03:18:35 +0200 |
commit | 2090842410e0ba6f81fad310a77bf5432488249a (patch) | |
tree | 2845b2d74f15cbb524801a53687151bb797a8e78 /src/host/buildvm.c | |
parent | f0ff869bc2fffa17bb765c4c773457578da125a9 (diff) | |
parent | 50e0fa03c48cb9af03c3efdc3100f12687651a2e (diff) | |
download | luajit-2.1.ROLLING.tar.gz luajit-2.1.ROLLING.tar.bz2 luajit-2.1.ROLLING.zip |
Merge branch 'master' into v2.1v2.1.ROLLING
Diffstat (limited to '')
-rw-r--r-- | src/host/buildvm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/buildvm.c b/src/host/buildvm.c index 6e96bffa..ec99e501 100644 --- a/src/host/buildvm.c +++ b/src/host/buildvm.c | |||
@@ -329,6 +329,7 @@ static void emit_vmdef(BuildCtx *ctx) | |||
329 | #endif | 329 | #endif |
330 | int i; | 330 | int i; |
331 | fprintf(ctx->fp, "-- This is a generated file. DO NOT EDIT!\n\n"); | 331 | fprintf(ctx->fp, "-- This is a generated file. DO NOT EDIT!\n\n"); |
332 | fprintf(ctx->fp, "assert(require(\"jit\").version == \"%s\", \"LuaJIT core/library version mismatch\")\n\n", LUAJIT_VERSION); | ||
332 | fprintf(ctx->fp, "return {\n\n"); | 333 | fprintf(ctx->fp, "return {\n\n"); |
333 | 334 | ||
334 | fprintf(ctx->fp, "bcnames = \""); | 335 | fprintf(ctx->fp, "bcnames = \""); |