Changeset 9 for trunk/src/init.asm


Ignore:
Timestamp:
Sep 13, 2010, 12:44:39 AM (15 years ago)
Author:
root
Message:

fixes for Watcom compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/init.asm

    r4 r9  
    182182                ; print debug message if debug level is 3+
    183183                CMP     _debug, 3
    184                 JB      no_debug
     184                JB      no_debug2
    185185                MOV     BX, AX          ; addr & 0x7f (port reg index)
    186186                AND     BX, 7FH
     
    193193                ADD     SP, 12
    194194
    195 no_debug:       LEAVE
     195no_debug2:      LEAVE
    196196                RET
    197197_writel         ENDP
Note: See TracChangeset for help on using the changeset viewer.