diff options
Diffstat (limited to '')
-rw-r--r-- | src/vm_mips.dasc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_mips.dasc b/src/vm_mips.dasc index 7dc42905..1afd6118 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-2016 Mike Pall. See Copyright Notice in luajit.h | 3 | |// Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h |
4 | |// | 4 | |// |
5 | |// MIPS soft-float support contributed by Djordje Kovacevic and | 5 | |// MIPS soft-float support contributed by Djordje Kovacevic and |
6 | |// Stefan Pejic from RT-RK.com, sponsored by Cisco Systems, Inc. | 6 | |// Stefan Pejic from RT-RK.com, sponsored by Cisco Systems, Inc. |