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/tst1asmc.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r633 r634  
    1 /**  */
    2 extern int _Optlink foo (int i1, int i2, int i3, float rf1, float rf2, float rf3, float rf4)
     1/* $Id$
     2 *
     3 * Optlink testcase no. 1.
     4 * C source of the ASM file.
     5 *
     6 * InnoTek Systemberatung GmbH confidential
     7 *
     8 * Copyright (c) 2003 InnoTek Systemberatung GmbH
     9 * Author: knut st. osmundsen <bird-srcspam@anduin.net>
     10 *
     11 * All Rights Reserved
     12 *
     13 */
     14
     15extern int _Optlink asmfoo (int i1, int i2, int i3, float rf1, float rf2, float rf3, float rf4)
    316{
    417    if (i1 != 1)
Note: See TracChangeset for help on using the changeset viewer.