From: Paul Cercueil Date: Fri, 1 Nov 2024 23:37:10 +0000 (+0100) Subject: include: Update lightning.h to upstream version X-Git-Tag: r25l~31^2~1 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0651460468fc32ed8e9034f7e19c0feda3dee051;p=pcsx_rearmed.git include: Update lightning.h to upstream version Update the local lightning.h to a version generated from the latest upstream. Signed-off-by: Paul Cercueil --- diff --git a/include/lightning/lightning.h b/include/lightning/lightning.h index b6b7bbea..f669f68c 100644 --- a/include/lightning/lightning.h +++ b/include/lightning/lightning.h @@ -154,6 +154,8 @@ typedef jit_int32_t jit_fpr_t; # include #elif defined(__loongarch__) # include +#elif defined(__sh__) +# include #endif #define jit_flag_node 0x0001 /* patch node not absolute */