提交 cb1f3544 创建 作者: 赵鹏翀's avatar 赵鹏翀

fix code

上级 8f18e1bb
没有这种文件类型的预览
......@@ -165,7 +165,7 @@ void T2P(TCode* TCodeList, PCode* PCodeList)
}
PIndex++;
if(TCodeList[TIndex].Addr1.Kind == intconst)
if(TCodeList[TIndex].Addr2.Kind == intconst)
{
// 产生一条 ldc 指令
PCodeList[PIndex].Kind = p_ldc;
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论