提交 7c324489 编写于 作者: Z Zihao Yu

x86,exec,arith: fix wrong rtl register caused by typo

上级 832044bf
......@@ -98,9 +98,9 @@ static inline make_EHelper(neg) {
static inline make_EHelper(adc) {
#ifdef LAZY_CC
rtl_lazy_setcc(s, s1, CC_B); // reading CC_B is to read CF
rtl_lazy_setcc(s, s0, CC_B); // reading CC_B is to read CF
#else
rtl_get_CF(s, s1);
rtl_get_CF(s, s0);
#endif
rtl_add(s, s0, dsrc1, s0);
rtl_add(s, s1, ddest, s0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册