Changeset 2081 for rtcg/trunk/src/main.c

Show
Ignore:
Timestamp:
01/19/10 14:59:03 (2 years ago)
Author:
mwhitworth
Message:

Add other new files to SVN.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • rtcg/trunk/src/main.c

    r2079 r2081  
    7777        AsmGenerateContext(&context, DoTest); 
    7878 
    79         context.params[0] = &file; 
    80         context.invariants[0] = file.vNode; 
     79        context.params[0] = (unsigned long)&file; 
     80        context.invariants[0] = (unsigned long)file.vNode; 
    8181 
    82         file.read = AsmGenerate(&context); 
     82        /*file.read =*/ AsmGenerate(&context); 
    8383 
    8484#if 0