Implement use of strlit array access.

This commit is contained in:
Christoffer Lerno
2021-08-15 22:56:08 +02:00
parent 0a53c0c3a5
commit 29a41560de

View File

@@ -322,7 +322,7 @@ void llvm_emit_ptr_from_array(GenContext *c, BEValue *value)
return;
}
case TYPE_STRLIT:
TODO
return;
default:
UNREACHABLE
}