OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [testsuite/] [gdb.base/] [twice.c] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 106 markom
#include <stdio.h>
2
int nothing ()
3
 
4
{
5
    int x = 3 ;
6
    return x ;
7
}
8
 
9
 
10
int main ()
11
 
12
{
13
    int y ;
14
#ifdef usestubs
15
    set_debug_traps();
16
    breakpoint();
17
#endif    
18
    y = nothing () ;
19
    printf ("hello\n") ;
20
    return 0;
21
}

powered by: WebSVN 2.1.0

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