URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [lto9_pkg2.adb] - Rev 848
Go to most recent revision | Compare with Previous | Blame | View Log
package body Lto9_Pkg2 is procedure Put (List : in out List_Type; Elem_Ptr : in Element_Ptr; Location : in Index) is begin List.Elements(Location) := Elem_Ptr; end Put; end Lto9_Pkg2;
Go to most recent revision | Compare with Previous | Blame | View Log