Ignore:
Timestamp:
Aug 17, 2003, 8:47:16 PM (22 years ago)
Author:
bird
Message:

expanded testcase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testcase/optlink/tst1asm.asm

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r633 r634  
    3232        align 010h
    3333
    34         public foo
    35 foo     proc
     34        public asmfoo
     35asmfoo  proc
    3636
    3737; 4     if (i1 != 1)
     
    137137        and     eax,07h
    138138        ret     
    139 foo     endp
     139asmfoo  endp
    140140CODE32  ends
    141141
Note: See TracChangeset for help on using the changeset viewer.