diff --git a/dyngen-exec.h b/dyngen-exec.h index 907771e4a9..d10e788406 100644 --- a/dyngen-exec.h +++ b/dyngen-exec.h @@ -20,6 +20,9 @@ #if !defined(__DYNGEN_EXEC_H__) #define __DYNGEN_EXEC_H__ +/* NOTE: standard headers should be used with special care at this + point because host CPU registers are used as global variables. Some + host headers do not allow that. */ #include typedef unsigned char uint8_t;