dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/codegen cg_decls.tc,1.43,1.44 cg_output


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/codegen cg_decls.tc,1.43,1.44 cg_output.c,1.23,1.24
Date: Sat, 21 Dec 2002 05:48:53 -0500

Update of /cvsroot/dotgnu-pnet/pnet/codegen
In directory subversions:/tmp/cvs-serv28223/codegen

Modified Files:
        cg_decls.tc cg_output.c 
Log Message:


Force local variables to be initialized using ".locals init".


Index: cg_decls.tc
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/codegen/cg_decls.tc,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** cg_decls.tc 26 Nov 2002 04:18:11 -0000      1.43
--- cg_decls.tc 21 Dec 2002 10:48:51 -0000      1.44
***************
*** 439,443 ****
                unsigned long num = ILTypeNumLocals(localVarSig);
                unsigned long index;
!               fputs("\t.locals\t(", outstream);
                for(index = 0; index < num; ++index)
                {
--- 439,443 ----
                unsigned long num = ILTypeNumLocals(localVarSig);
                unsigned long index;
!               fputs("\t.locals init\t(", outstream);
                for(index = 0; index < num; ++index)
                {

Index: cg_output.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/codegen/cg_output.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** cg_output.c 20 Dec 2002 16:32:51 -0000      1.23
--- cg_output.c 21 Dec 2002 10:48:51 -0000      1.24
***************
*** 192,196 ****
        if(info->asmOutput)
        {
!               fputs("\t.locals\t(", info->asmOutput);
                ILDumpType(info->asmOutput, info->image, type, 
IL_DUMP_QUOTE_NAMES);
                if(name)
--- 192,196 ----
        if(info->asmOutput)
        {
!               fputs("\t.locals init\t(", info->asmOutput);
                ILDumpType(info->asmOutput, info->image, type, 
IL_DUMP_QUOTE_NAMES);
                if(name)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]