diff options
Diffstat (limited to 'src/buildvm_x86.h')
| -rw-r--r-- | src/buildvm_x86.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildvm_x86.h b/src/buildvm_x86.h index 8ada18ac..42a0b75b 100644 --- a/src/buildvm_x86.h +++ b/src/buildvm_x86.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 x86 version 1.2.2 | 4 | ** DynASM version 1.3.0, DynASM x86 version 1.3.0 |
| 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 != 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 | ||
