/[gxemul]/upstream/0.4.4/experiments/new_test_loadstore.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /upstream/0.4.4/experiments/new_test_loadstore.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 35 - (hide annotations)
Mon Oct 8 16:21:26 2007 UTC (16 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 364 byte(s)
0.4.4
1 dpavlin 12 /* $Id: new_test_loadstore.h,v 1.4 2005/07/22 20:01:25 debug Exp $ */
2    
3     #define AAA
4    
5     struct cpu {
6     int pc;
7     #ifdef AAA
8     unsigned char *table0[1048576]; /* [1048576]; */
9     #else
10     unsigned char **table0[1024];
11     #endif
12     };
13    
14     struct ic {
15     int dummy;
16     int *arg1;
17     int arg2;
18     int *arg3;
19     };
20    
21     void x(struct cpu *cpu, struct ic *ic);
22     void y(struct cpu *cpu, struct ic *ic);
23    

  ViewVC Help
Powered by ViewVC 1.1.26