Changeset fde879b3


Ignore:
Timestamp:
Jun 17, 2021, 1:55:39 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
12daa43, 26da2a0
Parents:
26d944c
Message:

Fixed typo in startup.cfa without rseq support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel/startup.cfa

    r26d944c rfde879b3  
    115115        // No forward declaration needed
    116116        // No initialization needed
    117         static inline void noop(void) {};
     117        static inline void noop(void) {}
    118118
    119119        #define __kernel_rseq_register noop
Note: See TracChangeset for help on using the changeset viewer.