Changeset d31bb83 for libcfa/src


Ignore:
Timestamp:
Nov 12, 2020, 11:37:11 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
0c4a90d
Parents:
57ccff1
Message:

remove debug prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/invoke.c

    r57ccff1 rd31bb83  
    1010// Created On       : Tue Jan 17 12:27:26 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Aug 20 23:43:23 2020
    13 // Update Count     : 31
     12// Last Modified On : Sat Oct 24 14:35:28 2020
     13// Update Count     : 32
    1414//
    1515
     
    184184        fs->intRegs[1] = this;                                                          // argument to invoke x20 => x1
    185185        fs->intRegs[2] = invoke;
    186     //for ( intptr_t i = 3; i < 12; i += 1 ) fs->intRegs[i] = (void *)i;
    187186        fs->intRegs[11] = __cfactx_invoke_stub;                         // link register x30 => ret moves to pc
    188     //for ( int i = 0; i < 8; i += 1 ) fs->fpRegs[i] = i + 12;
    189187#else
    190188        #error uknown hardware architecture
Note: See TracChangeset for help on using the changeset viewer.