Compare commits
1 Commits
98db66fa26
...
aa76d7e081
Author | SHA1 | Date | |
---|---|---|---|
aa76d7e081 |
@ -34,4 +34,3 @@ jobs:
|
||||
./generate.sh
|
||||
./build.sh
|
||||
./build/bb test
|
||||
./build/bb reproduce
|
||||
|
@ -18230,7 +18230,7 @@ compile = fn (arena: &Arena, options: CompileOptions) void
|
||||
definition_global.& = {
|
||||
.variable = {
|
||||
.storage = definition_storage,
|
||||
.type = get_slice_type(&module, uint8(module)),
|
||||
.type = get_slice_type(&module, uint8(&module)),
|
||||
.scope = &module.scope,
|
||||
.name = definition.name,
|
||||
zero,
|
||||
|
Loading…
x
Reference in New Issue
Block a user