Changed the paging link management
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1507
This commit is contained in:
parent
5573af89f6
commit
b9b0308345
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: debug.cpp,v 1.48 2003-12-17 21:52:23 qbix79 Exp $ */
|
||||
/* $Id: debug.cpp,v 1.49 2003-12-29 23:16:46 harekiet Exp $ */
|
||||
|
||||
#include "programs.h"
|
||||
|
||||
|
@ -1164,7 +1164,7 @@ char* AnalyzeInstruction(char* inst, bool saveSelector)
|
|||
pos++;
|
||||
};
|
||||
Bit32u address = GetAddress(seg,adr);
|
||||
if (!(paging.tlb.handler[address >> 12]->flags & PFLAG_ILLEGAL)) {
|
||||
if (!(paging.tlb.handler[address >> 12]->flags & PFLAG_INIT)) {
|
||||
static char outmask[] = "%s:[%04X]=%02X";
|
||||
|
||||
if (cpu.pmode) outmask[6] = '8';
|
||||
|
|
Loading…
Add table
Reference in a new issue