Changeset 17036 in vbox
- Timestamp:
- Feb 23, 2009 10:30:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/VBoxRecompiler.c
r17035 r17036 30 30 #include "config.h" 31 31 #include "cpu-all.h" 32 33 void cpu_exec_init_all(unsigned long tb_size);34 32 35 33 #include <VBox/rem.h> … … 61 59 62 60 /* Don't wanna include everything. */ 61 extern void cpu_exec_init_all(unsigned long tb_size); 63 62 extern void cpu_x86_update_cr3(CPUX86State *env, target_ulong new_cr3); 64 63 extern void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0);
Note:
See TracChangeset
for help on using the changeset viewer.