jackaudio / a2jmidid

ALSA sequencer to JACK MIDI bridging (for jack2)
GNU General Public License v2.0
43 stars 16 forks source link

sigsegv: enable RISC-V build #18

Open xypron opened 3 years ago

xypron commented 3 years ago

Avoid build error

../sigsegv.c:104:39: error: ‘mcontext_t’ has no member named ‘gregs’; did you mean ‘__gregs’? 104 | ucontext->uc_mcontext.gregs[i] | ^~~~~

Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com