aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend
diff options
context:
space:
mode:
Diffstat (limited to 'cfrontend')
-rw-r--r--cfrontend/C2C.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfrontend/C2C.ml b/cfrontend/C2C.ml
index 9340cc50..c6080c30 100644
--- a/cfrontend/C2C.ml
+++ b/cfrontend/C2C.ml
@@ -363,7 +363,7 @@ let first_class_value env ty =
let is_volatile_access env e =
List.mem C.AVolatile (Cutil.attributes_of_type env e.etyp)
- && Cutil.is_lvalue env e
+ && Cutil.is_lvalue e
let volatile_kind ty =
match ty with