X86: Fix popa and push with the stack pointer.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 29 Jul 2007 08:26:47 +0000 (01:26 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 29 Jul 2007 08:26:47 +0000 (01:26 -0700)
commitd99557534217dc59e33ca70591b52d9d9e8322a8
tree671e66e204e9b63986485a7f67ac78dc991ffa12
parent3dcd848ec340e96f374ee9859bf4f8906fb577cc
X86: Fix popa and push with the stack pointer.
POPA used st instead of ld, and it didn't skip rsp. push rsp needs to store the -original- value of the stack pointer.

--HG--
extra : convert_revision : 376370c99b6ab60fb2bc4cd4f0a6dce71153ad06
src/arch/x86/isa/insts/data_transfer/stack_operations.py