diff options
Diffstat (limited to 'src/vm_x86.dasc')
-rw-r--r-- | src/vm_x86.dasc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vm_x86.dasc b/src/vm_x86.dasc index 3520510a..44199606 100644 --- a/src/vm_x86.dasc +++ b/src/vm_x86.dasc | |||
@@ -2,7 +2,7 @@ | |||
2 | |// Bytecode interpreter, fast functions and helper functions. | 2 | |// Bytecode interpreter, fast functions and helper functions. |
3 | |// Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h | 3 | |// Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | | | 4 | | |
5 | |.if X64 | 5 | |.if P64 |
6 | |.arch x64 | 6 | |.arch x64 |
7 | |.else | 7 | |.else |
8 | |.arch x86 | 8 | |.arch x86 |
@@ -16,7 +16,8 @@ | |||
16 | | | 16 | | |
17 | |//----------------------------------------------------------------------- | 17 | |//----------------------------------------------------------------------- |
18 | | | 18 | | |
19 | |.if X64 | 19 | |.if P64 |
20 | |.define X64, 1 | ||
20 | |.define SSE, 1 | 21 | |.define SSE, 1 |
21 | |.if WIN | 22 | |.if WIN |
22 | |.define X64WIN, 1 | 23 | |.define X64WIN, 1 |