]> git.eshelyaron.com Git - emacs.git/commit
src/comp.c: Fix i386
authorAndrea Corallo <akrl@sdf.org>
Fri, 3 Apr 2020 14:35:28 +0000 (15:35 +0100)
committerAndrea Corallo <akrl@sdf.org>
Fri, 3 Apr 2020 18:05:15 +0000 (19:05 +0100)
commit9bf9550836b526d1e72378b2a64385df8d47ac07
tree0a7fd2cd03aafbca96273b6eb16011d433a5419b
parent3cc0438629843e7dbd3bda8bbcf6578b2e7f6200
src/comp.c: Fix i386

In i386 ABI parameter passing of structs (and unions) is done as
pointer + size.  Surprisingly this is done *always* even if the
structure is known to be word size.
src/comp.c