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.hp/] [gdb.objdbg/] [objdbg02/] [x2.cc] - Blame information for rev 223

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 24 jeremybenn
#include <stdio.h>
2
 
3
struct foo_type {
4
  int t1;
5
  int t2;
6
};
7
 
8
static void foo2()
9
{
10
  printf("In foo2.\n");
11
}
12
 
13
void foo1()
14
{
15
  printf("In foo1.\n");
16
  foo2();
17
}

powered by: WebSVN 2.1.0

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