Changeset 17035 in vbox for trunk/src/recompiler_new/target-i386/helper.h
- Timestamp:
- Feb 23, 2009 10:26:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/target-i386/helper.h
r15034 r17035 43 43 DEF_HELPER(void, helper_lcall_real, (int new_cs, target_ulong new_eip1, 44 44 int shift, int next_eip)) 45 DEF_HELPER(void, helper_lcall_protected, (int new_cs, target_ulong new_eip, 45 DEF_HELPER(void, helper_lcall_protected, (int new_cs, target_ulong new_eip, 46 46 int shift, int next_eip_addend)) 47 47 DEF_HELPER(void, helper_iret_real, (int shift)) … … 114 114 DEF_HELPER(void, helper_svm_check_intercept_param, (uint32_t type, uint64_t param)) 115 115 DEF_HELPER(void, helper_vmexit, (uint32_t exit_code, uint64_t exit_info_1)) 116 DEF_HELPER(void, helper_svm_check_io, (uint32_t port, uint32_t param, 116 DEF_HELPER(void, helper_svm_check_io, (uint32_t port, uint32_t param, 117 117 uint32_t next_eip_addend)) 118 118 DEF_HELPER(void, helper_vmrun, (int aflag, int next_eip_addend)) … … 134 134 DEF_HELPER(void, helper_fildl_ST0, (int32_t val)) 135 135 DEF_HELPER(void, helper_fildll_ST0, (int64_t val)) 136 #ifndef VBOX 136 #ifndef VBOX 137 137 DEF_HELPER(uint32_t, helper_fsts_ST0, (void)) 138 138 DEF_HELPER(uint64_t, helper_fstl_ST0, (void)) … … 257 257 void sync_seg(CPUX86State *env1, int seg_reg, int selector); 258 258 void sync_ldtr(CPUX86State *env1, int selector); 259 int sync_tr(CPUX86State *env1, int selector);260 259 261 260 #endif
Note:
See TracChangeset
for help on using the changeset viewer.