diff --git a/src/x86.cpp b/src/x86.cpp index eddf5dfea7..db046f862b 100644 --- a/src/x86.cpp +++ b/src/x86.cpp @@ -3,7 +3,7 @@ using namespace vm; -#define INDEX1(a, b) ((a) + (BinaryOperationCount * (b))) +#define INDEX1(a, b) ((a) + (UnaryOperationCount * (b))) #define CAST1(x) reinterpret_cast(x)