diff options
author | Mike Pall <mike> | 2011-05-05 16:17:57 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-05-05 16:31:13 +0200 |
commit | cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f (patch) | |
tree | ce5af91398c831e4849707b96d77545bac5fa090 /src/buildvm_arm.h | |
parent | 998061f5306e7675900230751413adfff4cc7319 (diff) | |
download | luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.tar.gz luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.tar.bz2 luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.zip |
RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7
Diffstat (limited to 'src/buildvm_arm.h')
-rw-r--r-- | src/buildvm_arm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildvm_arm.h b/src/buildvm_arm.h index a5f16897..9e0b2a55 100644 --- a/src/buildvm_arm.h +++ b/src/buildvm_arm.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.2, DynASM arm version 1.2.2 | 4 | ** DynASM version 1.3.0, DynASM arm version 1.3.0 |
5 | ** DO NOT EDIT! The original file is in "buildvm_arm.dasc". | 5 | ** DO NOT EDIT! The original file is in "buildvm_arm.dasc". |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #if DASM_VERSION != 10202 | 8 | #if DASM_VERSION != 10300 |
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 | ||