Last change
on this file was
100,
checked in by rosiere, 16 years ago
|
1) Bug fix (Operation, Instruction)
2) Modif Return Address Stack
3) Add Soft Test
4) Add Soc Test
|
-
Property svn:keywords set to
Id
|
File size:
237 bytes
|
Rev | Line | |
---|
[2] | 1 | #include "dhry21.h" |
---|
| 2 | #include "exec.h" |
---|
| 3 | |
---|
| 4 | /* |
---|
| 5 | * Array of function's pointer |
---|
| 6 | */ |
---|
| 7 | |
---|
| 8 | void (*WorkLoad[])() = |
---|
| 9 | { |
---|
| 10 | (void *)exec_0 , |
---|
| 11 | (void *)exec_1 , |
---|
| 12 | (void *)exec_2 , |
---|
| 13 | (void *)exec_3 |
---|
| 14 | }; |
---|
| 15 | |
---|
| 16 | #define NB_WORKLOAD (sizeof(WorkLoad)/sizeof(void *)) |
---|
Note: See
TracBrowser
for help on using the repository browser.