diff options
author | Mike Pall <mike> | 2011-01-09 17:12:53 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-01-09 17:12:53 +0100 |
commit | 06f99fc3dfa5da1fb9de7210b8a0ce772745a375 (patch) | |
tree | 6465ff3fc3b4e0fd82ac04a6743f81684f60a4ab /src/buildvm_x64.h | |
parent | 4c0330a8b114ddb4196c92d049a3b9337cb73588 (diff) | |
download | luajit-06f99fc3dfa5da1fb9de7210b8a0ce772745a375.tar.gz luajit-06f99fc3dfa5da1fb9de7210b8a0ce772745a375.tar.bz2 luajit-06f99fc3dfa5da1fb9de7210b8a0ce772745a375.zip |
Bump copyright date to 2011.
Diffstat (limited to 'src/buildvm_x64.h')
-rw-r--r-- | src/buildvm_x64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildvm_x64.h b/src/buildvm_x64.h index b6756867..a80a39b8 100644 --- a/src/buildvm_x64.h +++ b/src/buildvm_x64.h | |||
@@ -1,11 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | ** This file has been pre-processed with DynASM. | 2 | ** This file has been pre-processed with DynASM. |
3 | ** http://luajit.org/dynasm.html | 3 | ** http://luajit.org/dynasm.html |
4 | ** DynASM version 1.2.1, DynASM x64 version 1.2.1 | 4 | ** DynASM version 1.2.2, DynASM x64 version 1.2.2 |
5 | ** DO NOT EDIT! The original file is in "buildvm_x86.dasc". | 5 | ** DO NOT EDIT! The original file is in "buildvm_x86.dasc". |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #if DASM_VERSION != 10201 | 8 | #if DASM_VERSION != 10202 |
9 | #error "Version mismatch between DynASM and included encoding engine" | 9 | #error "Version mismatch between DynASM and included encoding engine" |
10 | #endif | 10 | #endif |
11 | 11 | ||