CIcodeRec is no longer an Array, it's now a list, will help with iterator stability
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
long LMOD@ (long arg0, int arg2, int arg3)
|
||||
/* Takes 8 bytes of parameters.
|
||||
* Runtime support routine of the compiler.
|
||||
* High-level language prologue code.
|
||||
* Untranslatable routine. Assembler provided.
|
||||
* Return value in registers dx:ax.
|
||||
* Pascal calling convention.
|
||||
|
||||
@@ -12,7 +12,7 @@ int proc_1 (int arg0)
|
||||
* C calling convention.
|
||||
*/
|
||||
{
|
||||
int loc1;
|
||||
int loc1; /* si */
|
||||
int loc2; /* ax */
|
||||
|
||||
loc1 = arg0;
|
||||
|
||||
Reference in New Issue
Block a user