CIcodeRec is no longer an Array, it's now a list, will help with iterator stability

This commit is contained in:
Artur K
2012-02-28 03:06:34 +01:00
parent f131b7e619
commit 3cb26d99d2
26 changed files with 426 additions and 770 deletions

View File

@@ -12,7 +12,7 @@ int proc_1 (int arg0)
* C calling convention.
*/
{
int loc1;
int loc1; /* si */
int loc2; /* ax */
loc1 = arg0;