reggen.h: fix broken stm32 build with gcc-14

Change-Id: Ib504e6a75ac88be325adc6dd19c88bf263178f2d
This commit is contained in:
mojyack 2026-05-01 13:08:11 +09:00
parent 0dc670d25c
commit 472acce401

View file

@ -22,7 +22,9 @@
#ifndef __REGGEN_H__
#define __REGGEN_H__
#ifndef __ASSEMBLER__
#include <stdint.h>
#endif
#define __REGGEN_VAR_OR1(p, s1) \
((p ## s1))