|
Last change
on this file since 126 was
124,
checked in by rosiere, 17 years ago
|
|
1) Add test and configuration
2) Fix Bug
3) Add log file in load store unit
4) Fix Bug in environment
|
-
Property svn:keywords set to
Id
|
|
File size:
301 bytes
|
| Rev | Line | |
|---|
| [112] | 1 | // $Id: main.c 124 2009-06-17 12:11:25Z rosiere $ |
|---|
| 2 | |
|---|
| 3 | //=====[ main ]================================================================= |
|---|
| 4 | /* |
|---|
| 5 | * All thread execute this routine |
|---|
| 6 | * Initialize the thread and attribute a Workload at each thread |
|---|
| 7 | */ |
|---|
| 8 | |
|---|
| 9 | #include <stdlib.h> |
|---|
| 10 | #include "dhry21.h" |
|---|
| 11 | |
|---|
| 12 | int main() |
|---|
| 13 | { |
|---|
| [124] | 14 | dhry21(1000); |
|---|
| [114] | 15 | |
|---|
| [112] | 16 | exit (0); |
|---|
| 17 | |
|---|
| 18 | while (1); |
|---|
| 19 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.