about summary refs log tree commit diff
path: root/src/comp/back
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp/back')
-rw-r--r--src/comp/back/abi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/back/abi.rs b/src/comp/back/abi.rs
index 31eb4c72fcc..95308f0cf74 100644
--- a/src/comp/back/abi.rs
+++ b/src/comp/back/abi.rs
@@ -52,7 +52,7 @@ const int tydesc_field_size = 1;
 
 const int tydesc_field_align = 2;
 
-const int tydesc_field_take_glue = 3;
+const int tydesc_field_copy_glue = 3;
 
 const int tydesc_field_drop_glue = 4;