提交 2e7afa6a 编写于 作者: 饶先宏's avatar 饶先宏

202105270622

上级 a9b1f348
......@@ -73,7 +73,7 @@ typedef struct sIBigNumber {
int (*AssignStr)(HOBJECT object, const char* str, const char** nstr);
int (*Clone)(HOBJECT object, HOBJECT src);
int (*CloneSubBits)(HOBJECT object, HOBJECT src, int from, int width);
int (*CloneSubBits)(HOBJECT object, HOBJECT src, int from, int width, int signexpand);
int (*Assign)(HOBJECT object, HOBJECT src);
int (*AssignSubBits)(HOBJECT object, HOBJECT src, int from, int width);
int (*AssignU)(HOBJECT object, HOBJECT src);
......@@ -168,7 +168,7 @@ typedef struct sIBigNumber {
static int _obj##_bn_AssignUint64(HOBJECT object, unsigned long long value); \
static int _obj##_bn_AssignStr(HOBJECT object, const char* str, const char** nstr); \
static int _obj##_bn_Clone(HOBJECT object, HOBJECT src); \
static int _obj##_bn_CloneSubBits(HOBJECT object, HOBJECT src, int from, int width); \
static int _obj##_bn_CloneSubBits(HOBJECT object, HOBJECT src, int from, int width, int signexpand); \
static int _obj##_bn_Assign(HOBJECT object, HOBJECT src); \
static int _obj##_bn_AssignSubBits(HOBJECT object, HOBJECT src, int from, int width); \
static int _obj##_bn_AssignU(HOBJECT object, HOBJECT src); \
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册