diff options
Diffstat (limited to '')
-rw-r--r-- | src/vm_x86.dasc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_x86.dasc b/src/vm_x86.dasc index 39ccaa2e..211ae7b9 100644 --- a/src/vm_x86.dasc +++ b/src/vm_x86.dasc | |||
@@ -1,6 +1,6 @@ | |||
1 | |// Low-level VM code for x86 CPUs. | 1 | |// Low-level VM code for x86 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 | |.if P64 | 5 | |.if P64 |
6 | |.arch x64 | 6 | |.arch x64 |