fix use of wrong constant in x86.cpp

This commit is contained in:
Joel Dice 2008-04-30 10:46:46 -06:00
parent e2b24263a2
commit 844841937f

View File

@ -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<UnaryOperationType>(x)