- Timestamp:
- Aug 26, 2013 3:02:51 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88433
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/target-i386/op_helper.c
r47767 r48064 234 234 /** @todo this is a hack to correct the incorrect checking order for pending interrupts in the patm iret replacement code (corrected in the ring-1 version) */ 235 235 /** @todo in theory the iret could fault and we'd still need this. */ 236 /** @todo r=bird: In fact this is just a log statement and has no function at 237 * all beyond that as the selector RPL is NOT used in this function! 238 * Guess this code lived elsewhere and got modified over time as well 239 * as obsoleted. */ 236 240 if ((env->hflags & HF_CPL_MASK) == 0 && (selector & 3) == 1 && (env->state & CPU_RAW_RING0) && !EMIsRawRing1Enabled(env->pVM)) 237 241 {
Note:
See TracChangeset
for help on using the changeset viewer.