mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-15 05:20:06 +08:00
Ignore VT_DEFSIGN in load on x86-64 arch
This fixes commit b0b5165d16
for x86-64
targets.
This commit is contained in:
parent
b0b5165d16
commit
d0dae7f241
@ -366,7 +366,7 @@ void load(int r, SValue *sv)
|
||||
#endif
|
||||
|
||||
fr = sv->r;
|
||||
ft = sv->type.t;
|
||||
ft = sv->type.t & ~VT_DEFSIGN;
|
||||
fc = sv->c.ul;
|
||||
|
||||
#ifndef TCC_TARGET_PE
|
||||
|
Loading…
Reference in New Issue
Block a user