summaryrefslogtreecommitdiff
path: root/src/host/buildvm.c
diff options
context:
space:
mode:
authorMike Pall <mike>2023-08-21 03:06:26 +0200
committerMike Pall <mike>2023-08-21 03:06:26 +0200
commit50e0fa03c48cb9af03c3efdc3100f12687651a2e (patch)
treead5e693de66cc012374445575b70379bc6047123 /src/host/buildvm.c
parentc34594681909cac98d44629863df2c7afd93eaf0 (diff)
downloadluajit-2.0.ROLLING.tar.gz
luajit-2.0.ROLLING.tar.bz2
luajit-2.0.ROLLING.zip
Switch build system to rolling releases.v2.0.ROLLING
Diffstat (limited to '')
-rw-r--r--src/host/buildvm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/buildvm.c b/src/host/buildvm.c
index ef393ff8..39c2bc24 100644
--- a/src/host/buildvm.c
+++ b/src/host/buildvm.c
@@ -320,6 +320,7 @@ static void emit_vmdef(BuildCtx *ctx)
320 char buf[80]; 320 char buf[80];
321 int i; 321 int i;
322 fprintf(ctx->fp, "-- This is a generated file. DO NOT EDIT!\n\n"); 322 fprintf(ctx->fp, "-- This is a generated file. DO NOT EDIT!\n\n");
323 fprintf(ctx->fp, "assert(require(\"jit\").version == \"%s\", \"LuaJIT core/library version mismatch\")\n\n", LUAJIT_VERSION);
323 fprintf(ctx->fp, "module(...)\n\n"); 324 fprintf(ctx->fp, "module(...)\n\n");
324 325
325 fprintf(ctx->fp, "bcnames = \""); 326 fprintf(ctx->fp, "bcnames = \"");