diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-07-10 15:31:19 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-07-10 15:31:19 +0000 |
commit | 1e6cae953d6a37216359b79e05d23e1bf4dc6bbe (patch) | |
tree | bc5854d43d5bea611359b8180f2e72da5291d068 /dyngen-exec.h | |
parent | 6d463de2b3e261e95f224767605eef02acbd2701 (diff) |
comment
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@997 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'dyngen-exec.h')
-rw-r--r-- | dyngen-exec.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <stddef.h> typedef unsigned char uint8_t; |