--- np2/i386c/ia32/instructions/system_inst.c 2011/01/15 17:17:23 1.34 +++ np2/i386c/ia32/instructions/system_inst.c 2011/12/21 18:07:57 1.36 @@ -274,7 +274,7 @@ MOV_CdRd(void) * 31 = PG (pageing) */ - /* 下巻 p.182 割り込み 13 - 一般保護例外 */ + /* 筝 p.182 割り込み 13 - 一般保護例外 */ if ((src & (CPU_CR0_PE|CPU_CR0_PG)) == (UINT32)CPU_CR0_PG) { EXCEPTION(GP_EXCEPTION, 0); } @@ -1041,6 +1041,7 @@ HLT(void) EXCEPTION(GP_EXCEPTION, 0); } + VERBOSE(("HLT: do HLT.")); CPU_HALT(); CPU_EIP = CPU_PREV_EIP; CPU_STAT_HLT = 1; @@ -1083,7 +1084,7 @@ WRMSR(void) idx = CPU_ECX; switch (idx) { - /* MTRR への書き込み時 tlb_flush(1); */ + /* MTRR への書き込み時 tlb_flush(1); */ default: EXCEPTION(GP_EXCEPTION, 0);