Changeset 16499 in vbox for trunk/src/recompiler_new/target-i386/op_helper.c
- Timestamp:
- Feb 4, 2009 9:59:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/target-i386/op_helper.c
r16455 r16499 384 384 if (seg_reg == R_SS || seg_reg == R_CS) 385 385 raise_exception_err(EXCP0A_TSS, selector & 0xfffc); 386 #ifdef VBOX 387 cpu_x86_load_seg_cache(env, seg_reg, selector, 388 0, 0, 0); 389 #endif 386 390 } 387 391 }
Note:
See TracChangeset
for help on using the changeset viewer.