URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [wide_boolean_pkg.adb] - Rev 818
Go to most recent revision | Compare with Previous | Blame | View Log
package body Wide_Boolean_Pkg is procedure Modify (LH : in out TUINT32; LB : in out TBOOL) is begin LH := 16#12345678#; LB := TRUE; end; end Wide_Boolean_Pkg;
Go to most recent revision | Compare with Previous | Blame | View Log