source: trunk/Softwares/Minimal_soft/src/c/main.c @ 100

Last change on this file since 100 was 100, checked in by rosiere, 15 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: 217 bytes
Line 
1//=====[ main ]=================================================================
2/*
3 * All thread execute this routine
4 * Initialize the thread and attribute a Workload at each thread
5 */
6
7int main()
8{
9  while (1);
10}
Note: See TracBrowser for help on using the repository browser.