Fixed register usage tracking interfered by CE_SetArg.
This commit is contained in:
parent
2220c58f51
commit
8a166ac82f
1 changed files with 4 additions and 0 deletions
|
@ -360,6 +360,10 @@ void CE_SetArg (CodeEntry* E, const char* Arg)
|
|||
|
||||
/* Assign the new one */
|
||||
E->Arg = GetArgCopy (Arg);
|
||||
|
||||
/* Update the Use and Chg in E */
|
||||
const OPCDesc* D = GetOPCDesc (E->OPC);
|
||||
SetUseChgInfo (E, D);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue