mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Revert "make type conversion work on 32-bit architectures"
This reverts commit 381ec9c01b
.
This commit is contained in:
parent
381ec9c01b
commit
f8ca0694e5
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ pub fn basic_type_from_layout<'a, 'ctx, 'env>(
|
||||||
LambdaSet(lambda_set) => basic_type_from_layout(env, &lambda_set.runtime_representation()),
|
LambdaSet(lambda_set) => basic_type_from_layout(env, &lambda_set.runtime_representation()),
|
||||||
Union(union_layout) => basic_type_from_union_layout(env, union_layout),
|
Union(union_layout) => basic_type_from_union_layout(env, union_layout),
|
||||||
RecursivePointer => env
|
RecursivePointer => env
|
||||||
.ptr_int()
|
.context
|
||||||
|
.i64_type()
|
||||||
.ptr_type(AddressSpace::Generic)
|
.ptr_type(AddressSpace::Generic)
|
||||||
.as_basic_type_enum(),
|
.as_basic_type_enum(),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue