Changeset 176 for trunk/emx-wrapper/voyager-desktop.c
- Timestamp:
- Jan 6, 2007, 1:10:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/emx-wrapper/voyager-desktop.c
r134 r176 41 41 #include <stdio.h> 42 42 43 void * pMemInExe; 44 43 45 int main( int argc, 44 46 char *argv[] ) … … 51 53 PFN proc; 52 54 55 56 fprintf(stderr, "%s: Memaddress for GC: %x\n", __FUNCTION__, (UINT)&pMemInExe); 53 57 /* 54 58 Initialize the garbage collector. … … 69 73 } 70 74 fprintf(stderr, " Proc address for nomInitGarbageCollection() is: 0x%x\n", (int)proc); 71 proc( );75 proc(&pMemInExe); 72 76 73 77 /*
Note:
See TracChangeset
for help on using the changeset viewer.