s/field/word

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-05-07 13:37:17 +02:00
parent 9f8a8a782d
commit c0dd845b39
48 changed files with 291 additions and 282 deletions
@@ -17,7 +17,7 @@ where
let pointer = Pointer::new_with_offset(
context,
AddressSpace::Heap,
context.field_type(),
context.word_type(),
offset,
"memory_load_pointer",
);
@@ -37,7 +37,7 @@ where
let pointer = Pointer::new_with_offset(
context,
AddressSpace::Heap,
context.field_type(),
context.word_type(),
offset,
"memory_store_pointer",
);