Changeset 9313


Ignore:
Timestamp:
Oct 1, 2002, 7:02:16 AM (23 years ago)
Author:
bird
Message:

disabled experimental code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/win32k/kKrnlLib/tools/kDevTest/kdtDevHelp.asm

    r9311 r9313  
    1 ; $Id: kdtDevHelp.asm,v 1.1 2002-09-30 23:53:53 bird Exp $
     1; $Id: kdtDevHelp.asm,v 1.2 2002-10-01 05:02:16 bird Exp $
    22;
    33; Device Helper Implmenetation for Ring-3 testing.
     
    216216DHRouter PROC FAR
    217217    ASSUME cs:CODE16, ds:NOTHING, es:NOTHING, ss:NOTHING
    218 if 1
     218if 0
    219219    cmp     dl, 130
    220220    jle     dhr_ok
Note: See TracChangeset for help on using the changeset viewer.