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/block.c

    r2079 r2081  
    165165                                AsmCreateBranches(curr, trueStart, falseStart); 
    166166                                 
    167                                 printf("true = %#X, false = %#X\n", curr->trueBranch->start, curr->falseBranch->start);                          
     167                                printf("true = %p, false = %p\n", 
     168                                                (void*)curr->trueBranch->start, (void*)curr->falseBranch->start);                                
    168169 
    169170                                curr->hasBranch=1;