diff options
| -rw-r--r-- | firmware/export/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h index 876daa6..1876bc3 100644 --- a/firmware/export/system.h +++ b/firmware/export/system.h @@ -60,7 +60,7 @@ void cpu_boost(bool on_off); asm volatile ("nop") /* gcc 3.4 changed the format of the constraints */ -#if (__GNUC__ >= 3) && (__GNUC_MINOR__ > 3) +#if (__GNUC__ >= 3) && (__GNUC_MINOR__ > 3) || (__GNUC__ >= 4) #define I_CONSTRAINT "I08" #else #define I_CONSTRAINT "I" |