index
:
ralf/linux-newax25.git
master
newax25-2.4.3-1
Unnamed repository; edit this file 'description' to name the repository.
Ralf Baechle
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
math-emu
/
fmovs.c
blob: f113c0bb197a01a74b7c22d225e99b7aa97be912 (
plain
)
1
2
3
4
5
int FMOVS(unsigned long *rd, unsigned long *rs2) { rd[0] = rs2[0]; return 0; }