URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [opt23_pkg.adb] - Rev 848
Go to most recent revision | Compare with Previous | Blame | View Log
package body Opt23_Pkg is function Get (R : Rec; I : Positive; M : Natural) return Path is begin return R.Val (I) (M); end; end Opt23_Pkg;
Go to most recent revision | Compare with Previous | Blame | View Log