|
|
| version 1.18, 2003/12/28 08:05:19 | version 1.19, 2004/01/08 16:29:56 |
|---|---|
| Line 186 I286_0F _lmsw(UINT op) { | Line 186 I286_0F _lmsw(UINT op) { |
| } | } |
| I286_MSW = msw | (I286_MSW & MSW_PE); | I286_MSW = msw | (I286_MSW & MSW_PE); |
| if (msw & MSW_PE) { | if (msw & MSW_PE) { |
| TRACEOUT(("Protect Enable MSW=%.4x", I286_MSW)); | TRACEOUT(("80286 ProtectMode Enable... / MSW=%.4x", I286_MSW)); |
| } | } |
| } | } |