diff options
author | Felix Geyer <fgeyer@debian.org> | 2013-01-25 18:09:04 +0100 |
---|---|---|
committer | Felix Geyer <fgeyer@debian.org> | 2013-01-25 18:09:04 +0100 |
commit | 490244144bf10ecd165f2f81f2c88b7781c91d85 (patch) | |
tree | 7bc392b380dda58cfee860a4db82fc1b133ac663 /src/recompiler/cache-utils.h | |
parent | b0bc77b9da451781ff6b93f0e1b470f2bd41537c (diff) | |
download | virtualbox-490244144bf10ecd165f2f81f2c88b7781c91d85.tar.gz |
Imported Upstream version 4.2.6-dfsgupstream/4.2.6-dfsg
Diffstat (limited to 'src/recompiler/cache-utils.h')
-rw-r--r-- | src/recompiler/cache-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recompiler/cache-utils.h b/src/recompiler/cache-utils.h index b45fde44e..5d5d44f46 100644 --- a/src/recompiler/cache-utils.h +++ b/src/recompiler/cache-utils.h @@ -12,7 +12,7 @@ extern struct qemu_cache_conf qemu_cache_conf; extern void qemu_cache_utils_init(char **envp); /* mildly adjusted code from tcg-dyngen.c */ -static inline void flush_icache_range(unsigned long start, unsigned long stop) +static inline void flush_icache_range(uintptr_t start, uintptr_t stop) { unsigned long p, start1, stop1; unsigned long dsize = qemu_cache_conf.dcache_bsize; |