summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/obfuscate-variable.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/obfuscate-variable.yml')
-rw-r--r--spec/rtems/basedefs/if/obfuscate-variable.yml16
1 files changed, 12 insertions, 4 deletions
diff --git a/spec/rtems/basedefs/if/obfuscate-variable.yml b/spec/rtems/basedefs/if/obfuscate-variable.yml
index 87fcd05c..fc840969 100644
--- a/spec/rtems/basedefs/if/obfuscate-variable.yml
+++ b/spec/rtems/basedefs/if/obfuscate-variable.yml
@@ -5,11 +5,19 @@ brief: |
copyrights:
- Copyright (C) 2016, 2018 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: |
- (void) ( ${.:/params[0]/name} )
+ default:
+ attributes: null
+ body: |
+ (void) ( ${.:/params[0]/name} )
+ params: []
+ return: null
variants:
- - definition: |
- ${/compiler/if/asm:/name}( "" : "+r" ( ${.:/params[0]/name} ) )
+ - definition:
+ attributes: null
+ body: |
+ ${/compiler/if/asm:/name}( "" : "+r" ( ${.:/params[0]/name} ) )
+ params: []
+ return: null
enabled-by:
- defined(${/compiler/if/gnuc:/name})
description: |