/[gxemul]/upstream/0.3.5/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

Contents of /upstream/0.3.5/experiments/new_test_loadstore.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (show annotations)
Mon Oct 8 16:18:43 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 364 byte(s)
0.3.5
1 /* $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