diff options
Diffstat (limited to 'src/vm_x64.dasc')
-rw-r--r-- | src/vm_x64.dasc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_x64.dasc b/src/vm_x64.dasc index fdffd4b6..b222190a 100644 --- a/src/vm_x64.dasc +++ b/src/vm_x64.dasc | |||
@@ -1,6 +1,6 @@ | |||
1 | |// Low-level VM code for x64 CPUs in LJ_GC64 mode. | 1 | |// Low-level VM code for x64 CPUs in LJ_GC64 mode. |
2 | |// Bytecode interpreter, fast functions and helper functions. | 2 | |// Bytecode interpreter, fast functions and helper functions. |
3 | |// Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h | 3 | |// Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h |
4 | | | 4 | | |
5 | |.arch x64 | 5 | |.arch x64 |
6 | |.section code_op, code_sub | 6 | |.section code_op, code_sub |