diff options
Diffstat (limited to 'sim/common/hw-properties.h')
-rw-r--r-- | sim/common/hw-properties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/hw-properties.h b/sim/common/hw-properties.h index 61dbf77..7891cac 100644 --- a/sim/common/hw-properties.h +++ b/sim/common/hw-properties.h @@ -120,7 +120,7 @@ const struct hw_property *hw_find_array_property void hw_add_boolean_property (struct hw *me, const char *property, - int bool); + int boolean); int hw_find_boolean_property (struct hw *me, |