X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fcompiler.h;h=e602cce2e9b99fc5f86b6523972ec909bf127fa1;hb=8fe7b29f9811322931f0192a56431edcf819d6b9;hp=272fd3cf628c758f9a4d5f019d2a093f2955c47a;hpb=37566090766d61beef70c62986b90749920255d8;p=oweals%2Fu-boot.git diff --git a/include/compiler.h b/include/compiler.h index 272fd3cf62..e602cce2e9 100644 --- a/include/compiler.h +++ b/include/compiler.h @@ -122,4 +122,7 @@ typedef unsigned int uintptr_t; #endif +/* compiler options */ +#define uninitialized_var(x) x = x + #endif