On Sat, Aug 16, 2008 at 09:16:58AM +0200, Paul Menzel wrote:
Am Samstag, den 16.08.2008, 02:10 +0200 schrieb svn@coreboot.org:
+# The trick is to push the destination address on the stack with an immediate +# instruction (no register/memory references), then return to that address. +# This emulates the nonexisting "Jump near, absolute, addrees in operand" +# instruction in the x86 instruction set. +#
s/addrees/address/
Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net
Acked-by: Ward Vandewege ward@gnu.org
And committed in r777
Thanks! Ward.