Changeset a12810d for libcfa/src
- Timestamp:
 - Dec 8, 2020, 12:59:16 PM (5 years ago)
 - Branches:
 - ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - 33a129a
 - Parents:
 - a778e8e
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/concurrency/preemption.cfa (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/concurrency/preemption.cfa
ra778e8e ra12810d 405 405 #define RELOC_SUFFIX "" 406 406 #endif 407 #define __cfaasm_label( label ) st atic struct asm_region label = \407 #define __cfaasm_label( label ) struct asm_region label = \ 408 408 ({ \ 409 409 struct asm_region region; \ … … 424 424 #define RELOC_SUFFIX "" 425 425 #endif 426 #define __cfaasm_label( label ) st atic struct asm_region label = \426 #define __cfaasm_label( label ) struct asm_region label = \ 427 427 ({ \ 428 428 struct asm_region region; \ … … 437 437 #ifdef __PIC__ 438 438 // Note that this works only for gcc 439 #define __cfaasm_label( label ) st atic struct asm_region label = \439 #define __cfaasm_label( label ) struct asm_region label = \ 440 440 ({ \ 441 441 struct asm_region region; \ … … 452 452 #error this is not the right thing to do 453 453 /* 454 #define __cfaasm_label( label ) st atic struct asm_region label = \454 #define __cfaasm_label( label ) struct asm_region label = \ 455 455 ({ \ 456 456 struct asm_region region; \  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.