[Libre-soc-bugs] [Bug 980] Implement C-based Power ISA pseudocode compiler
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sun Jan 14 02:09:23 GMT 2024
https://bugs.libre-soc.org/show_bug.cgi?id=980
--- Comment #92 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Dmitry Selyutin from comment #87)
> oppc_add(
> /* transient */
> &(struct oppc_int){
> .count = ctx->XLEN,
> .array = {},
> },
this needs one element in array -- because array is not fixed-length, you can't
just use {}, since that'll give a zero-length array.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list