Skip to content
Commit ab94fcf5 authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

x86: allow "=rm" in native_save_fl()

This is a partial revert of f1f029c7.

"=rm" is allowed in this context, because "pop" is explicitly defined
to adjust the stack pointer *before* it evaluates its effective
address, if it has one.  Thus, we do end up writing to the correct
address even if we use an on-stack memory argument.

The original reporter for f1f029c7

 was
apparently using a broken x86 simulator.

[ Impact: performance ]

Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
Cc: Gabe Black <spamforgabe@umich.edu>
parent e8a2eb47
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment