This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
binutils-gdb
Watch
12
Star
0
Fork
You've already forked binutils-gdb
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
3350c5f5de
binutils-gdb
/
gdb
/
testsuite
/
gdb.base
/
shr2.c
10 lines
95 B
C
Raw
Blame
History
int
shr2
(
int
x
)
{
return
2
*
x
;
/* shr2-return */
}
int
shr2_local
(
int
x
)
{
return
2
*
x
;
}
Reference in New Issue
View Git Blame
Copy Permalink