Ignore VT_DEFSIGN in load on x86-64 arch

This fixes commit b0b5165d16 for x86-64
targets.
master
Thomas Preud'homme 2014-02-07 22:31:44 +08:00
parent b0b5165d16
commit d0dae7f241
1 changed files with 1 additions and 1 deletions

View File

@ -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