OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gdb-6.8/] [pre-binutils-2.20.1-sync/] [gdb/] [testsuite/] [gdb.mi/] [until.c] - Blame information for rev 223

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 24 jeremybenn
foo (void)
2
{
3
 int i, x, y, z;
4
 
5
 x = 0;
6
 y = 1;
7
 i = 0;
8
 
9
 while (i < 2)
10
   i++;
11
 
12
 x = i;
13
 y = 2 * x;
14
 z = x + y;
15
 y = x + z;
16
 x = 9;
17
 y = 10;
18
}
19
 
20
main ()
21
{
22
  int a = 1;
23
  foo ();
24
  a += 2;
25
  return 0;
26
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.