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

Merge branch 'fix-code' into 'master'

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