Small bug somehow slipped there. The method body length is incorrectly computed.
authorRudolf Marek <r.marek@assembler.cz>
Mon, 2 Mar 2009 22:45:31 +0000 (22:45 +0000)
committerRudolf Marek <r.marek@assembler.cz>
Mon, 2 Mar 2009 22:45:31 +0000 (22:45 +0000)
commit6b2e760f03a6605abe357e1cda51999de2a519e2
tree83d902dcc28425efbdfddae42dd8db0e954a0b71
parentfc1924850107c1b1cc1e817c82cade90c2445078
Small bug somehow slipped there. The method body length is incorrectly computed.
The attached patch fixes this. I did not spotted that because the return arg is
moved just outside of method and I have overseen the closing }

Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3968 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/arch/i386/boot/acpigen.c