Ignore VT_DEFSIGN in load on x86-64 arch
This fixes commit b0b5165d16 for x86-64
targets.
This commit is contained in:
@ -366,7 +366,7 @@ void load(int r, SValue *sv)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
fr = sv->r;
|
fr = sv->r;
|
||||||
ft = sv->type.t;
|
ft = sv->type.t & ~VT_DEFSIGN;
|
||||||
fc = sv->c.ul;
|
fc = sv->c.ul;
|
||||||
|
|
||||||
#ifndef TCC_TARGET_PE
|
#ifndef TCC_TARGET_PE
|
||||||
|
|||||||
Reference in New Issue
Block a user