Commit 1e6cae953d6a37216359b79e05d23e1bf4dc6bbe
1 parent
6d463de2
comment
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@997 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
3 additions
and
0 deletions
dyngen-exec.h
... | ... | @@ -20,6 +20,9 @@ |
20 | 20 | #if !defined(__DYNGEN_EXEC_H__) |
21 | 21 | #define __DYNGEN_EXEC_H__ |
22 | 22 | |
23 | +/* NOTE: standard headers should be used with special care at this | |
24 | + point because host CPU registers are used as global variables. Some | |
25 | + host headers do not allow that. */ | |
23 | 26 | #include <stddef.h> |
24 | 27 | |
25 | 28 | typedef unsigned char uint8_t; | ... | ... |