Ignore:
Timestamp:
Sep 25, 2001, 8:23:41 PM (24 years ago)
Author:
sandervl
Message:

minor updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/iccio1.asm

    r6055 r6812  
    291291; for diagnostic only
    292292
    293   PUBLIC  psw
    294   ALIGN  04H
    295 psw  PROC
    296   PUSHF      ; get the current PSW
    297   POP  EAX    ; into EAX
    298   RET
    299 psw  ENDP
     293;;  PUBLIC  psw
     294;;  ALIGN  04H
     295;;psw  PROC
     296;;  PUSHF      ; get the current PSW
     297;;  POP  EAX    ; into EAX
     298;;  RET
     299;;psw  ENDP
    300300
    301301CODE32  ENDS
Note: See TracChangeset for help on using the changeset viewer.