Rev 534 | Rev 666 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 534 | Rev 657 | ||
|---|---|---|---|
| Line 25... | Line 25... | ||
| 25 | } |
25 | } |
| 26 | 26 | ||
| 27 | fprintf(f, "/* This file is automatically generated by %s. */\n", __FILE__); |
27 | fprintf(f, "/* This file is automatically generated by %s. */\n", __FILE__); |
| 28 | 28 | ||
| 29 | fprintf(f,"/* struct context */\n"); |
29 | fprintf(f,"/* struct context */\n"); |
| 30 | fprintf(f,"#define OFFSET_O1 0x%x\n",((int)&pctx->o1) - (int )pctx); |
- | |
| 31 | fprintf(f,"#define OFFSET_O2 0x%x\n",((int)&pctx->o2) - (int )pctx); |
- | |
| 32 | fprintf(f,"#define OFFSET_O3 0x%x\n",((int)&pctx->o3) - (int )pctx); |
- | |
| 33 | fprintf(f,"#define OFFSET_O4 0x%x\n",((int)&pctx->o4) - (int )pctx); |
- | |
| 34 | fprintf(f,"#define OFFSET_O5 0x%x\n",((int)&pctx->o5) - (int )pctx); |
- | |
| 35 | fprintf(f,"#define OFFSET_SP 0x%x\n",((int)&pctx->sp) - (int )pctx); |
30 | fprintf(f,"#define OFFSET_SP 0x%x\n",((int)&pctx->sp) - (int )pctx); |
| 36 | fprintf(f,"#define OFFSET_PC 0x%x\n",((int)&pctx->pc) - (int )pctx); |
31 | fprintf(f,"#define OFFSET_PC 0x%x\n",((int)&pctx->pc) - (int )pctx); |
| - | 32 | fprintf(f,"#define OFFSET_I0 0x%x\n",((int)&pctx->i0) - (int )pctx); |
|
| - | 33 | fprintf(f,"#define OFFSET_I1 0x%x\n",((int)&pctx->i1) - (int )pctx); |
|
| - | 34 | fprintf(f,"#define OFFSET_I2 0x%x\n",((int)&pctx->i2) - (int )pctx); |
|
| - | 35 | fprintf(f,"#define OFFSET_I3 0x%x\n",((int)&pctx->i3) - (int )pctx); |
|
| - | 36 | fprintf(f,"#define OFFSET_I4 0x%x\n",((int)&pctx->i4) - (int )pctx); |
|
| - | 37 | fprintf(f,"#define OFFSET_I5 0x%x\n",((int)&pctx->i5) - (int )pctx); |
|
| 37 | fprintf(f,"#define OFFSET_FP 0x%x\n",((int)&pctx->fp) - (int )pctx); |
38 | fprintf(f,"#define OFFSET_FP 0x%x\n",((int)&pctx->fp) - (int )pctx); |
| - | 39 | fprintf(f,"#define OFFSET_I7 0x%x\n",((int)&pctx->i7) - (int )pctx); |
|
| - | 40 | fprintf(f,"#define OFFSET_L0 0x%x\n",((int)&pctx->l0) - (int )pctx); |
|
| - | 41 | fprintf(f,"#define OFFSET_L1 0x%x\n",((int)&pctx->l1) - (int )pctx); |
|
| - | 42 | fprintf(f,"#define OFFSET_L2 0x%x\n",((int)&pctx->l2) - (int )pctx); |
|
| - | 43 | fprintf(f,"#define OFFSET_L3 0x%x\n",((int)&pctx->l3) - (int )pctx); |
|
| - | 44 | fprintf(f,"#define OFFSET_L4 0x%x\n",((int)&pctx->l4) - (int )pctx); |
|
| - | 45 | fprintf(f,"#define OFFSET_L5 0x%x\n",((int)&pctx->l5) - (int )pctx); |
|
| - | 46 | fprintf(f,"#define OFFSET_L6 0x%x\n",((int)&pctx->l6) - (int )pctx); |
|
| - | 47 | fprintf(f,"#define OFFSET_L7 0x%x\n",((int)&pctx->l7) - (int )pctx); |
|
| 38 | 48 | ||
| 39 | fclose(f); |
49 | fclose(f); |
| 40 | 50 | ||
| 41 | return 0; |
51 | return 0; |
| 42 | } |
52 | } |