diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-09-21 20:00:18 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-10-01 09:31:08 +0000 |
commit | efbf29b6816416731e5dc420901a90430b6ea92d (patch) | |
tree | 5866e08e0771b614125866f972b8958c4334379a /softmmu_exec.h | |
parent | bf4b9889ab02f528a7e3944d7cf64ddd77f9ad46 (diff) |
Document softmmu templates
Add some comments to describe each file.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'softmmu_exec.h')
-rw-r--r-- | softmmu_exec.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/softmmu_exec.h b/softmmu_exec.h index 28d1d53d61..8c73985599 100644 --- a/softmmu_exec.h +++ b/softmmu_exec.h @@ -1,4 +1,14 @@ -/* Common softmmu definitions and inline routines. */ +/* + * Software MMU support + * + * Generate inline load/store functions for all MMU modes (typically + * at least _user and _kernel) as well as _data versions, for all data + * sizes. + * + * Used by target op helpers. + * + * MMU mode suffixes are defined in target cpu.h. + */ /* XXX: find something cleaner. * Furthermore, this is false for 64 bits targets |