Commit f96df310 authored by Ove Kaaven's avatar Ove Kaaven Committed by Alexandre Julliard

Comment out a nonfunctional DOS part of debugger.

parent 6713541d
......@@ -95,8 +95,10 @@ DWORD DEBUG_ToLinear( const DBG_ADDR *addr )
#ifdef __i386__
LDT_ENTRY le;
#if 0
if (IS_SELECTOR_V86(addr->seg))
return (DWORD) DOSMEM_MemoryBase(DBG_V86_MODULE(addr->seg)) + (((addr->seg)&0xFFFF)<<4) + addr->off;
#endif
if (DEBUG_IsSelectorSystem(addr->seg))
return addr->off;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment