aboutsummaryrefslogtreecommitdiff
path: root/src/vm_x86.dasc
diff options
context:
space:
mode:
authorMike Pall <mike>2017-01-17 12:35:03 +0100
committerMike Pall <mike>2017-01-17 12:35:03 +0100
commitb93a1dd0c831cab22f98163d0dde792a493c0eef (patch)
tree43bcce817982a9d735e9e0105405ad69b1bf65dc /src/vm_x86.dasc
parenta1e13fa6e4382bcae44f97bf5954f0e57cfad90c (diff)
downloadluajit-b93a1dd0c831cab22f98163d0dde792a493c0eef.tar.gz
luajit-b93a1dd0c831cab22f98163d0dde792a493c0eef.tar.bz2
luajit-b93a1dd0c831cab22f98163d0dde792a493c0eef.zip
Bump copyright date to 2017.
Diffstat (limited to '')
-rw-r--r--src/vm_x86.dasc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_x86.dasc b/src/vm_x86.dasc
index d2563285..359ad4f4 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