Commit 300d63cb authored by Jan Pospisil's avatar Jan Pospisil Committed by Dimitris Lampridis

hdl: added default (error) return value

Signed-off-by: 's avatarDimitris Lampridis <Dimitris.Lampridis@cern.ch>
parent cd00d348
......@@ -853,6 +853,7 @@ package body vme64x_pack is
return(I);
end if;
end loop;
return -1;
end function f_div8;
function f_log2_size (A : natural) return natural is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment