Skip to content

Commit b7357c6

Browse files
Update vmop.cc
1 parent efc235a commit b7357c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tensor-array/interp/vmop.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
#include "vmop.h"
2323
#include "vm_type.h"
2424

25-
typedef long VM_INSTRUCTION;
25+
typedef void* VM_INSTRUCTION;
2626
extern VM_INSTRUCTION* pc;
2727

2828
std::stack<tensor_array::value::Tensor> tensor_stack;

0 commit comments

Comments
 (0)