diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:23:48 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:23:48 +0000 |
commit | d2053c3cca0b5c78317a183e19d2933ed23c6fc2 (patch) | |
tree | cdf962c03649018051d3a688bf7ec4ea5665222a /cpu-all.h | |
parent | 1c14f162dd92c0448948791531dc82ac277330ae (diff) |
Move cpu_exec_init_all() declaration to qemu-common.h
Let cpu_exec_init_all() be called from non-CPU code.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'cpu-all.h')
-rw-r--r-- | cpu-all.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -756,7 +756,6 @@ void page_set_flags(target_ulong start, target_ulong end, int flags); int page_check_range(target_ulong start, target_ulong len, int flags); #endif -void cpu_exec_init_all(unsigned long tb_size); CPUState *cpu_copy(CPUState *env); CPUState *qemu_get_cpu(int cpu); |