Commit afa97ed7 by Gus Smith Committed by Tianqi Chen

kCustomBegin overlapped with kExtEnd; incr by 1 (#3250)

This was a typo in the original custom datatypes PR.
parent 9fbd0773
...@@ -115,7 +115,7 @@ typedef enum { ...@@ -115,7 +115,7 @@ typedef enum {
kExtReserveEnd = 64U, kExtReserveEnd = 64U,
kExtEnd = 128U, kExtEnd = 128U,
// The rest of the space is used for custom, user-supplied datatypes // The rest of the space is used for custom, user-supplied datatypes
kCustomBegin = 128U, kCustomBegin = 129U,
} TVMTypeCode; } TVMTypeCode;
/*! /*!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment