|
|
| version 1.20, 2011/01/15 17:17:23 | version 1.21, 2011/12/23 04:17:47 |
|---|---|
| Line 337 parse_selector(selector_t *ssp, UINT16 s | Line 337 parse_selector(selector_t *ssp, UINT16 s |
| limit = CPU_GDTR_LIMIT; | limit = CPU_GDTR_LIMIT; |
| } | } |
| if (idx + 7 > limit) { | if (idx + 7 > limit) { |
| VERBOSE(("parse_selector: segment limit check failed")); | VERBOSE(("parse_selector: segment limit check failed: 0x%08x > 0x%08x", idx + 7, limit)); |
| return -3; | return -3; |
| } | } |