mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
fix use of wrong constant in x86.cpp
This commit is contained in:
parent
e2b24263a2
commit
844841937f
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
using namespace vm;
|
using namespace vm;
|
||||||
|
|
||||||
#define INDEX1(a, b) ((a) + (BinaryOperationCount * (b)))
|
#define INDEX1(a, b) ((a) + (UnaryOperationCount * (b)))
|
||||||
|
|
||||||
#define CAST1(x) reinterpret_cast<UnaryOperationType>(x)
|
#define CAST1(x) reinterpret_cast<UnaryOperationType>(x)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user