mirror of
https://github.com/danog/ir.git
synced 2024-12-02 09:38:29 +01:00
Fixed access to initialized varaible
This commit is contained in:
parent
8088643c15
commit
7f4ba5dad4
2
ir.g
2
ir.g
@ -245,7 +245,7 @@ ir_sym_data(ir_loader *loader):
|
||||
{const char *name;}
|
||||
{size_t name_len;}
|
||||
{char buf[256];}
|
||||
{uintptr_t offset;}
|
||||
{uintptr_t offset = 0;}
|
||||
type(&t)
|
||||
(
|
||||
"sym" "(" ID(&name, &name_len) ")"
|
||||
|
Loading…
Reference in New Issue
Block a user