mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 23:54:16 +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