Changeset 2126
- Timestamp:
- Jan 20, 2011 12:28:37 AM (2 years ago)
- File:
-
- 1 edited
-
forth/wrapper/wrapper.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
forth/wrapper/wrapper.c
r2118 r2126 348 348 349 349 #if defined(PPCSIM) || defined (ARMSIM) 350 /* These are not INTERNAL because the PowerPC simulator usesthen */351 long c_key();352 long s_bye();353 voidsimulate();354 void restoremode();350 /* These are not INTERNAL because the simulators use then */ 351 long c_key(); 352 long s_bye(); 353 void simulate(); 354 void restoremode(); 355 355 #else 356 356 INTERNAL long c_key(); … … 1003 1003 dictsize += 16; /* Allow for alignment */ 1004 1004 1005 # ifdef PPCSIM 1005 # ifdef VERBOSE 1006 # ifdef PPCSIM 1006 1007 printf("PowerPC Instruction Set Simulator\n"); 1007 1008 printf("Copyright 1994 FirmWorks All rights reserved\n"); 1009 # elif ARMSIM 1010 printf("ARM Instruction Set Simulator\n"); 1011 printf("Copyright 1994 FirmWorks All rights reserved\n"); 1012 printf("Copyright 2010 Apple, Inc. All rights reserved\n"); 1013 # endif 1008 1014 # endif 1009 1015 … … 1064 1070 argc, argv, 1 /* 0=POWER, 1=PowerPC */); 1065 1071 #elif defined(ARMSIM) 1066 // printf("loadaddr = 0x%x\n",loadaddr);1067 1072 simulate(0L, loadaddr, loadaddr, functions, 1068 1073 ((long)loadaddr+dictsize - 16) & ~15, argc, argv);
Note: See TracChangeset
for help on using the changeset viewer.
