--- np2/i386c/ia32/segments.c 2008/03/22 04:03:08 1.19 +++ np2/i386c/ia32/segments.c 2011/12/23 04:17:47 1.21 @@ -1,5 +1,3 @@ -/* $Id: segments.c,v 1.19 2008/03/22 04:03:08 monaka Exp $ */ - /* * Copyright (c) 2003 NONAKA Kimihiro * All rights reserved. @@ -339,7 +337,7 @@ parse_selector(selector_t *ssp, UINT16 s limit = CPU_GDTR_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; }