diff options
author | Mike Pall <mike> | 2023-08-20 21:33:37 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-08-20 21:33:37 +0200 |
commit | ef587afb2cd7267c0defd04aa642593b76a6b23d (patch) | |
tree | ea6d8da73d4f97b6fcddd2bfdba0c55d329a03ce /src/vm_mips64.dasc | |
parent | cbb187aea5e9bbe708faee7f03f92b4c62a74720 (diff) | |
parent | 158a284cc9c33ade9054df976018401e4996cfbd (diff) | |
download | luajit-ef587afb2cd7267c0defd04aa642593b76a6b23d.tar.gz luajit-ef587afb2cd7267c0defd04aa642593b76a6b23d.tar.bz2 luajit-ef587afb2cd7267c0defd04aa642593b76a6b23d.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'src/vm_mips64.dasc')
-rw-r--r-- | src/vm_mips64.dasc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_mips64.dasc b/src/vm_mips64.dasc index 801087b3..f8e181ee 100644 --- a/src/vm_mips64.dasc +++ b/src/vm_mips64.dasc | |||
@@ -1,6 +1,6 @@ | |||
1 | |// Low-level VM code for MIPS64 CPUs. | 1 | |// Low-level VM code for MIPS64 CPUs. |
2 | |// Bytecode interpreter, fast functions and helper functions. | 2 | |// Bytecode interpreter, fast functions and helper functions. |
3 | |// Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h | 3 | |// Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h |
4 | |// | 4 | |// |
5 | |// Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. | 5 | |// Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. |
6 | |// Sponsored by Cisco Systems, Inc. | 6 | |// Sponsored by Cisco Systems, Inc. |