summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/predict-false.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/predict-false.yml')
-rw-r--r--spec/rtems/basedefs/if/predict-false.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/rtems/basedefs/if/predict-false.yml b/spec/rtems/basedefs/if/predict-false.yml
index 44af5da4..56de4325 100644
--- a/spec/rtems/basedefs/if/predict-false.yml
+++ b/spec/rtems/basedefs/if/predict-false.yml
@@ -6,10 +6,10 @@ copyrights:
- Copyright (C) 2018 embedded brains GmbH (http://www.embedded-brains.de)
definition:
default: |
- ( _exp )
+ ( ${.:/params[0]/name} )
variants:
- definition: |
- ${/compiler/if/builtin-expect:/name}( ( _exp ), 0 )
+ ${/compiler/if/builtin-expect:/name}( ( ${.:/params[0]/name} ), 0 )
enabled-by:
- defined(${/compiler/if/gnuc:/name})
description: null