aboutsummaryrefslogtreecommitdiff
path: root/src/vm_arm.dasc
diff options
context:
space:
mode:
authorMike Pall <mike>2015-01-05 23:59:31 +0100
committerMike Pall <mike>2015-01-05 23:59:31 +0100
commit86913b9bbf75c78a5dcfa2bf6071db8db7df7c51 (patch)
tree7d50628437c87712ff928614d0c290d0bf719ca0 /src/vm_arm.dasc
parent999f57de83180c4edd928eb9051e58602ba7e20a (diff)
downloadluajit-86913b9bbf75c78a5dcfa2bf6071db8db7df7c51.tar.gz
luajit-86913b9bbf75c78a5dcfa2bf6071db8db7df7c51.tar.bz2
luajit-86913b9bbf75c78a5dcfa2bf6071db8db7df7c51.zip
Bump copyright date to 2015.
Diffstat (limited to 'src/vm_arm.dasc')
-rw-r--r--src/vm_arm.dasc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_arm.dasc b/src/vm_arm.dasc
index 62579eab..457efa63 100644
--- a/src/vm_arm.dasc
+++ b/src/vm_arm.dasc
@@ -1,6 +1,6 @@
1|// Low-level VM code for ARM CPUs. 1|// Low-level VM code for ARM CPUs.
2|// Bytecode interpreter, fast functions and helper functions. 2|// Bytecode interpreter, fast functions and helper functions.
3|// Copyright (C) 2005-2014 Mike Pall. See Copyright Notice in luajit.h 3|// Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h
4| 4|
5|.arch arm 5|.arch arm
6|.section code_op, code_sub 6|.section code_op, code_sub