aboutsummaryrefslogtreecommitdiff
path: root/include/stddef.h
diff options
context:
space:
mode:
authorMichael Matz <matz@suse.de>2012-04-15 05:12:43 +0200
committerMichael Matz <matz@suse.de>2012-04-18 20:57:13 +0200
commit86ac6b9beec1c142867b53350006c02e20e4a7ef (patch)
treea41108adeb4cd36908b584e667b80d22cfc838fa /include/stddef.h
parent5c0a2366a3bb5bdeb3b3617389d4584375d5bfbc (diff)
downloadtinycc-86ac6b9beec1c142867b53350006c02e20e4a7ef.tar.gz
tinycc-86ac6b9beec1c142867b53350006c02e20e4a7ef.tar.bz2
x86_64: Fix indirection in struct paramaters
The first loop setting up struct arguments must not remove elements from the vstack (via vtop--), as gen_reg needs them to potentially evict some argument still held in registers to stack. Swapping the arg in question to top (and back to its place) also simplifies the vstore call itself, as not funny save/restore or some "non-existing" stack elements need to be done. Generally for a stack a vop-- operation conceptually clobbers that element, so further references to it aren't allowed anymore.
Diffstat (limited to 'include/stddef.h')
0 files changed, 0 insertions, 0 deletions