diff options
Diffstat (limited to 'x86_64-gen.c')
| -rw-r--r-- | x86_64-gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x86_64-gen.c b/x86_64-gen.c index 7a79278..2b52bb1 100644 --- a/x86_64-gen.c +++ b/x86_64-gen.c @@ -408,7 +408,7 @@ void load(int r, SValue *sv) if(fr & VT_TMP){ int size, align; if((ft & VT_BTYPE) == VT_FUNC) - size = 8; + size = PTR_SIZE; else size = type_size(&sv->type, &align); loc_stack(size, 0); |
