Changeset 146


Ignore:
Timestamp:
Jan 5, 2013, 5:08:30 PM (13 years ago)
Author:
rousseau
Message:

Corrected missing commenting-out of int 3 instruction in devhelp.h

Did not make it to the repo :-(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/include/devhelp.h

    r36 r146  
    919919USHORT DevHelp_VirtToPhys(PVOID SelOffset, PULONG PhysAddr);
    920920#pragma aux DevHelp_VirtToPhys = \
    921    "int 3" \
     921   ";int 3" \
    922922   "push ds" \
    923923   "mov  dl,16h" \
Note: See TracChangeset for help on using the changeset viewer.