preproc.c: Use 16 byte offset in "flat64" stack model
commit53252e0cc3d44a781643da3958060548695e457e
authorPer Jessen <per@computer.org>
Wed, 10 Feb 2010 21:16:59 +0000 (11 00:16 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 11 Feb 2010 18:28:22 +0000 (11 21:28 +0300)
tree30cd18d5fe6a506e56d38a1d80f93db51ed39fe6
parent7ce4250a630b69f0b2a8b50127e31f349e06dce3
preproc.c: Use 16 byte offset in "flat64" stack model

The first argument passed on stack with "flat64" stack model
(stack frame with base pointer) should be pointed by
[rbp + 16].

Signed-off-by: Per Jessen <per@computer.org>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
preproc.c