aboutsummaryrefslogtreecommitdiff
path: root/src/vm_mips.dasc
diff options
context:
space:
mode:
authorMike Pall <mike>2026-01-09 17:18:03 +0100
committerMike Pall <mike>2026-01-09 17:18:03 +0100
commit6e69e4731437d6876b96e843804a6ef0a671ed25 (patch)
treeb630d87267e682717625f9cfb43fa4d125a02547 /src/vm_mips.dasc
parent406cf69b3ae0a3ecd5ede2bb97b937b7a5d92074 (diff)
downloadluajit-6e69e4731437d6876b96e843804a6ef0a671ed25.tar.gz
luajit-6e69e4731437d6876b96e843804a6ef0a671ed25.tar.bz2
luajit-6e69e4731437d6876b96e843804a6ef0a671ed25.zip
Bump copyright date.
Diffstat (limited to 'src/vm_mips.dasc')
-rw-r--r--src/vm_mips.dasc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_mips.dasc b/src/vm_mips.dasc
index 8708338d..5983f003 100644
--- a/src/vm_mips.dasc
+++ b/src/vm_mips.dasc
@@ -1,6 +1,6 @@
1|// Low-level VM code for MIPS CPUs. 1|// Low-level VM code for MIPS CPUs.
2|// Bytecode interpreter, fast functions and helper functions. 2|// Bytecode interpreter, fast functions and helper functions.
3|// Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h 3|// Copyright (C) 2005-2026 Mike Pall. See Copyright Notice in luajit.h
4| 4|
5|.arch mips 5|.arch mips
6|.section code_op, code_sub 6|.section code_op, code_sub