Patrick Rudolph uploaded patch set #9 to the change originally created by Patrick Rudolph.

View Change

postcar_loader: Use size_t

To make it easier to pop arguments from stack use size_t instead of int.
On AMD64 it's not possible to pop 32bit values from stack, thus use the
native integer size to allow the use of a single instruction.
This is a noop on x86_32.

Change-Id: I226f79eaea425229eb2e3d9b9a312c9bf47d3b6a
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
---
M src/arch/x86/postcar_loader.c
1 file changed, 3 insertions(+), 4 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/32375/9

To view, visit change 32375. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I226f79eaea425229eb2e3d9b9a312c9bf47d3b6a
Gerrit-Change-Number: 32375
Gerrit-PatchSet: 9
Gerrit-Owner: Patrick Rudolph <patrick.rudolph@9elements.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-CC: Kyösti Mälkki <kyosti.malkki@gmail.com>
Gerrit-MessageType: newpatchset