mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
reggen.h: fix broken stm32 build with gcc-14
Change-Id: Ib504e6a75ac88be325adc6dd19c88bf263178f2d
This commit is contained in:
parent
0dc670d25c
commit
472acce401
1 changed files with 2 additions and 0 deletions
|
|
@ -22,7 +22,9 @@
|
||||||
#ifndef __REGGEN_H__
|
#ifndef __REGGEN_H__
|
||||||
#define __REGGEN_H__
|
#define __REGGEN_H__
|
||||||
|
|
||||||
|
#ifndef __ASSEMBLER__
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#define __REGGEN_VAR_OR1(p, s1) \
|
#define __REGGEN_VAR_OR1(p, s1) \
|
||||||
((p ## s1))
|
((p ## s1))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue